We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df59233 commit 77fff8aCopy full SHA for 77fff8a
.clang-tidy
@@ -60,7 +60,7 @@ CheckOptions:
60
- { key: readability-identifier-naming.CheckAnonFieldInParent, value: true }
61
- { key: readability-identifier-naming.ClassCase, value: lower_case }
62
- { key: readability-identifier-naming.ClassConstantCase, value: lower_case }
63
- - { key: readability-identifier-naming.ClassConstantSuffix value: _ }
+ - { key: readability-identifier-naming.ClassConstantSuffix, value: _ }
64
- { key: readability-identifier-naming.ClassMemberCase, value: lower_case }
65
- { key: readability-identifier-naming.ClassMemberSuffix, value: _ }
66
- { key: readability-identifier-naming.ClassMethodCase, value: lower_case }
0 commit comments