File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ CheckOptions:
2121 modernize-use-ranges.UseReversePip : true
2222 readability-identifier-length.IgnoredVariableNames : n|ch|_|id|to|t|u|i|j|k|op
2323 readability-identifier-length.IgnoredParameterNames : n|ch|_|id|to|t|u|i|j|k|op
24- # Force identifier naming: See https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html
24+ # Uncomment the below options to force Stroustrup style naming: See https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html
2525 # readability-identifier-naming.AbstractClassCase: Leading_upper_snake_case
2626 # readability-identifier-naming.AggressiveDependentMemberLookup: false
2727 # readability-identifier-naming.CheckAnonFieldInParent: true
You can’t perform that action at this time.
0 commit comments