Skip to content

Commit 1c6cda1

Browse files
committed
fix(doc): explain force naming style [skip ci]
1 parent a9dc1ab commit 1c6cda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)