-
Notifications
You must be signed in to change notification settings - Fork 2
/
.clang-tidy
14 lines (14 loc) · 1001 Bytes
/
.clang-tidy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Checks: '*,-cppcoreguidelines-pro-bounds-*,-llvmlibc-*,-cppcoreguidelines-owning-memory,-readability-magic-numbers,-cppcoreguidelines-avoid-magic-numbers,-google-build-using-namespace,-*readability-braces-around-statements,-fuchsia-*,-hicpp*,-modernize-use-trailing-return-type,-cppcoreguidelines-pro-type-vararg,-readability-identifier-naming,-readability-function-cognitive-complexity,-altera*,-concurrency-mt-unsafe'
CheckOptions:
- key: readability-identifier-naming.NamespaceCase
value: lower_case
- key: readability-identifier-naming.ClassCase
value: CamelCase
- key: readability-identifier-naming.PrivateMemberPrefix
value: _
- key: readability-identifier-naming.StructCase
value: CamelCase
- key: readability-identifier-naming.FunctionCase
value: camelBack
- key: readability-identifier-naming.VariableCase
value: lower_case