mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-09 05:02:19 +00:00
Add a clang-tidy configuration file for MLIR, it is using camelBack for naming at the moment
This commit is contained in:
parent
90ff34e6ab
commit
b52cb5688b
4
mlir/.clang-tidy
Normal file
4
mlir/.clang-tidy
Normal file
@ -0,0 +1,4 @@
|
||||
Checks: '-*,readability-identifier-naming'
|
||||
CheckOptions:
|
||||
- { key: readability-identifier-naming.VariableCase, value: camelBack }
|
||||
- { key: readability-identifier-naming.ParameterCase, value: camelBack }
|
Loading…
x
Reference in New Issue
Block a user