Skip to content

Commit 98ade79

Browse files
committed
refactor: Update .clang-format rules from openage.
1 parent 5bce3f4 commit 98ade79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AlignConsecutiveDeclarations: false
1212
AlignConsecutiveMacros: false
1313
AlignEscapedNewlines: DontAlign
1414
AlignOperands: Align
15-
AlignTrailingComments: false
15+
AlignTrailingComments: true
1616
AllowAllArgumentsOnNextLine: true
1717
AllowAllParametersOfDeclarationOnNextLine: true
1818
AllowShortBlocksOnASingleLine: Never
@@ -100,7 +100,7 @@ PenaltyBreakTemplateDeclaration: 10
100100
PenaltyExcessCharacter: 1000000
101101
PenaltyReturnTypeOnItsOwnLine: 200
102102
PointerAlignment: Right
103-
ReflowComments: false
103+
ReflowComments: true
104104
SortIncludes: CaseInsensitive
105105
SortUsingDeclarations: true
106106
SpaceAfterCStyleCast: false

0 commit comments

Comments
 (0)