| Checks: ' | |
| -*, | |
| readability-identifier-naming' | |
| WarningsAsErrors: '*' | |
| HeaderFilterRegex: '.*' | |
| CheckOptions: | |
| - { key: readability-identifier-naming.ClassCase, value: CamelCase } | |
| - { key: readability-identifier-naming.FunctionCase, value: camelBack } | |
| - { key: readability-identifier-naming.NamespaceCase, value: lower_case } |