We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b744 commit 479a9c2Copy full SHA for 479a9c2
1 file changed
.clang-tidy
@@ -49,8 +49,14 @@ CheckOptions:
49
value: 4
50
- key: readability-identifier-length.MinimumParameterNameLength
51
52
+ - key: readability-identifier-length.IgnoredParameterNames
53
+ value: ""
54
- key: readability-identifier-length.MinimumLoopCounterNameLength
55
56
- key: readability-identifier-length.IgnoredLoopCounterNames
- value: "^([ijk][ijk]?|it[0-9]?|_)$"
57
+ value: "^([ijk]{1,2}|it[0-9]?|_)$"
58
+ - key: readability-identifier-length.MinimumExceptionNameLength
59
+ value: 4
60
+ - key: readability-identifier-length.IgnoredExceptionVariableNames
61
62
FormatStyle: "file"
0 commit comments