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 7a0df11 commit f079fbbCopy full SHA for f079fbb
.clang-tidy
@@ -108,8 +108,8 @@ CheckOptions:
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
+# - key: readability-identifier-naming.ClassSuffix
+# value: _t
113
- key: readability-identifier-naming.PrivateMemberPrefix
114
value: m_
115
- key: readability-identifier-naming.StructCase
0 commit comments