forked from Guardsquare/LibEBC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-tidy
16 lines (16 loc) · 836 Bytes
/
.clang-tidy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Checks: '-*,clang-diagnostic-*,readability-*,modernize-*,cppcoreguidelines-*,-cppcoreguidelines-pro-type-static-cast-downcast,google-readability-*'
CheckOptions:
- key: readability-identifier-naming.ClassCase
value: CamelCase
- key: readability-identifier-naming.EnumCase
value: CamelCase
- key: readability-identifier-naming.VariableCase
value: lowerCase
- key: readability-identifier-naming.ClassMethodCase
value: CamelCase
- key: readability-identifier-naming.MemberCase
value: lowerCase
- key: readability-identifier-naming.MemberPrefix
value: '_'
- key: readability-identifier-naming.StaticConstantCase
value: UPPER_CASE