We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bce3f4 commit 98ade79Copy full SHA for 98ade79
.clang-format
@@ -12,7 +12,7 @@ AlignConsecutiveDeclarations: false
12
AlignConsecutiveMacros: false
13
AlignEscapedNewlines: DontAlign
14
AlignOperands: Align
15
-AlignTrailingComments: false
+AlignTrailingComments: true
16
AllowAllArgumentsOnNextLine: true
17
AllowAllParametersOfDeclarationOnNextLine: true
18
AllowShortBlocksOnASingleLine: Never
@@ -100,7 +100,7 @@ PenaltyBreakTemplateDeclaration: 10
100
PenaltyExcessCharacter: 1000000
101
PenaltyReturnTypeOnItsOwnLine: 200
102
PointerAlignment: Right
103
-ReflowComments: false
+ReflowComments: true
104
SortIncludes: CaseInsensitive
105
SortUsingDeclarations: true
106
SpaceAfterCStyleCast: false
0 commit comments