We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4f2a0 commit a3d7c71Copy full SHA for a3d7c71
.clang-tidy
@@ -5,7 +5,7 @@ CheckOptions:
5
- key: readability-identifier-naming.EnumCase
6
value: CamelCase
7
- key: readability-identifier-naming.FunctionCase
8
- value: lowerCase
+ value: camelBack
9
- key: readability-identifier-naming.MemberCase
10
11
- key: readability-identifier-naming.ParameterCase
0 commit comments