forked from OSchip/llvm-project
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
|
Checks: '-*,readability-identifier-naming'
|
||
|
CheckOptions:
|
||
|
- { key: readability-identifier-naming.VariableCase, value: camelBack }
|
||
|
- { key: readability-identifier-naming.ParameterCase, value: camelBack }
|