Pre Redesign
This commit is contained in:
18
.clang-tidy
Normal file
18
.clang-tidy
Normal file
@ -0,0 +1,18 @@
|
||||
Checks: 'readability-identifier-naming'
|
||||
|
||||
CheckOptions:
|
||||
- key: readability-identifier-naming.MethodCase
|
||||
value: PascalCase
|
||||
|
||||
- key: readability-identifier-naming.StructMemberCase
|
||||
value: lower_case
|
||||
|
||||
- key: readability-identifier-naming.PrivateMemberCase
|
||||
value: camelCase
|
||||
- key: readability-identifier-naming.PrivateMemberPrefix
|
||||
value: m_
|
||||
|
||||
- key: readability-identifier-naming.ClassCase
|
||||
value: PascalCase
|
||||
- key: readability-identifier-naming.StructCase
|
||||
value: PascalCase
|
||||
Reference in New Issue
Block a user