ALL: add .clang-tidy
This commit is contained in:
parent
813b497955
commit
877c1c3a03
1 changed files with 8 additions and 0 deletions
8
.clang-tidy
Normal file
8
.clang-tidy
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,portability-*,bugprone-*'
|
||||||
|
CheckOptions:
|
||||||
|
- key: readability-identifier-naming.MethodCase
|
||||||
|
value: camelBack
|
||||||
|
- key: readability-identifier-naming.ParameterCase
|
||||||
|
value: camelBack
|
||||||
|
...
|
Loading…
Add table
Add a link
Reference in a new issue