Skip to content

Commit 5e10409

Browse files
committed
Add a space before trailing comments.
Comments being slammed right against the code looks weird.
1 parent db6959c commit 5e10409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SpaceBeforeInheritanceColon: true
5656
SpaceBeforeParens: ControlStatements
5757
SpaceBeforeRangeBasedForLoopColon: true
5858
SpaceInEmptyParentheses: false
59-
SpacesBeforeTrailingComments: 0
59+
SpacesBeforeTrailingComments: 1
6060
SpacesInAngles: false
6161
SpacesInCStyleCastParentheses: false
6262
SpacesInContainerLiterals: false

0 commit comments

Comments
 (0)