We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b4721 commit 7c4b5b5Copy full SHA for 7c4b5b5
.clang-format
@@ -9,7 +9,9 @@ AlignConsecutiveBitFields: None
9
AlignConsecutiveDeclarations: None
10
AlignEscapedNewlines: Left
11
AlignOperands: DontAlign
12
-AlignTrailingComments: false
+AlignTrailingComments:
13
+ Kind: Always
14
+ OverEmptyLines: 2
15
AllowAllArgumentsOnNextLine: false
16
AllowAllParametersOfDeclarationOnNextLine: false
17
AllowShortEnumsOnASingleLine: true
0 commit comments