Skip to content

Commit 1f4f6ee

Browse files
committed
Set spaces-before-comments to 1
1 parent 716dc03 commit 1f4f6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ SpaceAfterCStyleCast: false
7373
SpaceBeforeAssignmentOperators: true
7474
SpaceBeforeParens: ControlStatements
7575
SpaceInEmptyParentheses: false
76-
SpacesBeforeTrailingComments: 2
76+
SpacesBeforeTrailingComments: 1
7777
SpacesInAngles: false
7878
SpacesInContainerLiterals: true
7979
SpacesInCStyleCastParentheses: false

0 commit comments

Comments
 (0)