11 lines
522 B
Plaintext
11 lines
522 B
Plaintext
|
Checks: 'readability-*,clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,performance-*,cppcoreguidelines-*,
|
||
|
bugprone-*,modernize-*,-modernize-use-trailing-return-type,-cppcoreguidelines-non-private-member-variables-in-classes'
|
||
|
HeaderFilterRegex: ''
|
||
|
AnalyzeTemporaryDtors: false
|
||
|
CheckOptions:
|
||
|
- key: readability-identifier-naming.ClassCase
|
||
|
value: CamelCase
|
||
|
- key: readability-identifier-naming.PrivateMemberCase
|
||
|
value: camelBack
|
||
|
- key: readability-identifier-naming.PrivateMemberPrefix
|
||
|
value: '_'
|