| Jayanth Othayoth | 4f68fc4 | 2024-11-25 10:04:07 -0600 | [diff] [blame^] | 1 | Checks: ' |
| 2 | -*, | ||||
| 3 | readability-identifier-naming' | ||||
| 4 | |||||
| 5 | WarningsAsErrors: '*' | ||||
| 6 | HeaderFilterRegex: '.*' | ||||
| 7 | |||||
| 8 | CheckOptions: | ||||
| 9 | - { key: readability-identifier-naming.ClassCase, value: CamelCase } | ||||
| 10 | - { key: readability-identifier-naming.FunctionCase, value: camelBack } | ||||
| 11 | - { key: readability-identifier-naming.NamespaceCase, value: lower_case } | ||||