Initial commit
This commit is contained in:
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
|
||||
...
|
||||
Reference in New Issue
Block a user