We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8ad91 commit 2113d4cCopy full SHA for 2113d4c
1 file changed
src/.clang-tidy
@@ -6,4 +6,5 @@ CheckOptions: [ { key: readability-identifier-naming.NamespaceCase, value: lower
6
{ key: readability-identifier-naming.ClassCase, value: CamelCase },
7
{ key: readability-identifier-naming.VariableCase, value: lower_case },
8
{ key: readability-identifier-naming.ClassMethodCase, value: camelBack },
9
- { key: readability-identifier-naming.PrivateMemberPostfix, value: _ }]
+ { key: readability-identifier-naming.PrivateMemberPostfix, value: _ }]
10
+
0 commit comments