We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104e187 commit cc692b3Copy full SHA for cc692b3
1 file changed
.clang-tidy
@@ -69,10 +69,7 @@ CheckOptions:
69
# value: '_'
70
- key: readability-identifier-naming.StructCase
71
value: 'CamelCase'
72
-- key: readability-identifier-naming.TypeAliasCase
73
- value: 'lower_case'
74
-- key: readability-identifier-naming.TypeAliasIgnoredRegexp
75
- value: '(result_type)'
+
76
- key: readability-identifier-naming.UnionCase
77
78
- key: readability-identifier-naming.VariableCase
0 commit comments