Skip to content

Commit f9ecfaa

Browse files
committed
Fix comment formatting in .clang-format
1 parent 97fbb42 commit f9ecfaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.clang-format

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ AccessModifierOffset: -4
44
AlignAfterOpenBracket: Align
55
AlignConsecutiveAssignments: None
66
AlignOperands: Align
7+
AlignTrailingComments: false
78
AllowAllArgumentsOnNextLine: false
89
AllowAllConstructorInitializersOnNextLine: false
910
AllowAllParametersOfDeclarationOnNextLine: false
@@ -54,9 +55,9 @@ SpaceBeforeCpp11BracedList: false
5455
SpaceBeforeCtorInitializerColon: true
5556
SpaceBeforeInheritanceColon: true
5657
SpaceBeforeParens: ControlStatements
57-
SpaceBeforeRangeBasedForLoopColon: false
58+
SpaceBeforeRangeBasedForLoopColon: true
5859
SpaceInEmptyParentheses: false
59-
SpacesBeforeTrailingComments: 0
60+
SpacesBeforeTrailingComments: 1
6061
SpacesInAngles: false
6162
SpacesInCStyleCastParentheses: false
6263
SpacesInContainerLiterals: false

0 commit comments

Comments
 (0)