We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fbb42 commit f9ecfaaCopy full SHA for f9ecfaa
.clang-format
@@ -4,6 +4,7 @@ AccessModifierOffset: -4
4
AlignAfterOpenBracket: Align
5
AlignConsecutiveAssignments: None
6
AlignOperands: Align
7
+AlignTrailingComments: false
8
AllowAllArgumentsOnNextLine: false
9
AllowAllConstructorInitializersOnNextLine: false
10
AllowAllParametersOfDeclarationOnNextLine: false
@@ -54,9 +55,9 @@ SpaceBeforeCpp11BracedList: false
54
55
SpaceBeforeCtorInitializerColon: true
56
SpaceBeforeInheritanceColon: true
57
SpaceBeforeParens: ControlStatements
-SpaceBeforeRangeBasedForLoopColon: false
58
+SpaceBeforeRangeBasedForLoopColon: true
59
SpaceInEmptyParentheses: false
-SpacesBeforeTrailingComments: 0
60
+SpacesBeforeTrailingComments: 1
61
SpacesInAngles: false
62
SpacesInCStyleCastParentheses: false
63
SpacesInContainerLiterals: false
0 commit comments