mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
5 lines
207 B
YAML
5 lines
207 B
YAML
Checks: '-*,readability-identifier-naming'
|
|
CheckOptions:
|
|
- { key: readability-identifier-naming.VariableCase, value: camelBack }
|
|
- { key: readability-identifier-naming.ParameterCase, value: camelBack }
|