ALL: add .clang-tidy

This commit is contained in:
Martin Gerhardy 2020-10-14 16:56:05 +02:00 committed by Eugene Sandulenko
parent 813b497955
commit 877c1c3a03

8
.clang-tidy Normal file
View 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
...