mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +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 }
|