File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -106,4 +106,26 @@ CheckOptions:
106
106
value : true
107
107
- key : bugprone-empty-catch.IgnoreCatchWithKeywords
108
108
value : " @todo;@fixme;exception ignored on purpose"
109
+ - key : readability-identifier-naming.ClassCase
110
+ value : lower_case
111
+ - key : readability-identifier-naming.ClassSuffix
112
+ value : _t
113
+ - key : readability-identifier-naming.PrivateMemberPrefix
114
+ value : m_
115
+ - key : readability-identifier-naming.StructCase
116
+ value : lower_case
117
+ - key : readability-identifier-naming.EnumCase
118
+ value : lower_case
119
+ - key : readability-identifier-naming.FunctionCase
120
+ value : lower_case
121
+ - key : readability-identifier-naming.FunctionIgnoredRegexp
122
+ value : luaX.*
123
+ - key : readability-identifier-naming.VariableCase
124
+ value : lower_case
125
+ - key : readability-identifier-naming.ConstexprVariableCase
126
+ value : UPPER_CASE
127
+ - key : readability-identifier-naming.GlobalConstantCase
128
+ value : UPPER_CASE
129
+ - key : readability-identifier-naming.NamespaceCase
130
+ value : lower_case
109
131
...
You can’t perform that action at this time.
0 commit comments