| Brad Bishop | 9d2c634 | 2025-07-28 15:47:25 -0400 | [diff] [blame^] | 1 | Checks: "-*, |
| 2 | readability-identifier-naming | ||||
| 3 | " | ||||
| 4 | |||||
| 5 | CheckOptions: | ||||
| 6 | - key: readability-identifier-naming.FunctionCase | ||||
| 7 | value: lower_case | ||||
| 8 | - key: readability-identifier-naming.ParameterCase | ||||
| 9 | value: lower_case | ||||
| 10 | - key: readability-identifier-naming.StructCase | ||||
| 11 | value: lower_case | ||||
| 12 | |||||
| 13 | WarningsAsErrors: "*" | ||||