We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LocalConstantCase
LocalConstexprVariableCase
1 parent a17b61b commit 0c4d979Copy full SHA for 0c4d979
.clang-tidy
@@ -75,6 +75,13 @@ CheckOptions:
75
- key: readability-identifier-naming.ConstantCase
76
value: UPPER_CASE
77
78
+ # Local const variables
79
+ - key: readability-identifier-naming.LocalConstantCase
80
+ value: lower_case
81
+
82
+ - key: readability-identifier-naming.LocalConstexprVariableCase
83
84
85
# Enum constants
86
- key: readability-identifier-naming.EnumConstantCase
87
value: CamelCase
0 commit comments