Skip to content

Commit 7c4b5b5

Browse files
committed
update: .clang-format trailing comments option
Signed-off-by: Jose Martins <[email protected]>
1 parent b3b4721 commit 7c4b5b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-format

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ AlignConsecutiveBitFields: None
99
AlignConsecutiveDeclarations: None
1010
AlignEscapedNewlines: Left
1111
AlignOperands: DontAlign
12-
AlignTrailingComments: false
12+
AlignTrailingComments:
13+
Kind: Always
14+
OverEmptyLines: 2
1315
AllowAllArgumentsOnNextLine: false
1416
AllowAllParametersOfDeclarationOnNextLine: false
1517
AllowShortEnumsOnASingleLine: true

0 commit comments

Comments
 (0)