Skip to content

Commit 8e697b0

Browse files
committed
Test out some .clang-format changes
Signed-off-by: Drew Lewis <[email protected]>
1 parent 99aa51c commit 8e697b0

File tree

4 files changed

+1471
-1286
lines changed

4 files changed

+1471
-1286
lines changed

.clang-format

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,20 @@ AllowShortLoopsOnASingleLine: false
1212
AlwaysBreakAfterReturnType: TopLevel
1313
BinPackArguments: false
1414
# fails
15-
BinPackParameters: false
15+
BinPackParameters: AlwaysOnePerLine
1616
BraceWrapping:
1717
AfterClass: true
1818
AfterStruct: true
1919
AfterFunction: true
2020
BeforeElse: true
21+
BreakBeforeBinaryOperators: NonAssignment
2122
BreakBeforeBraces: Custom
2223
# fails if all initializers fit on one line
2324
BreakConstructorInitializers: AfterColon
2425
ColumnLimit: 90
2526
# fails
26-
ConstructorInitializerAllOnOneLineOrOnePerLine: false
2727
ConstructorInitializerIndentWidth: 2
2828
IncludeBlocks: Preserve
29+
PackConstructorInitializers: Never
2930
PointerAlignment: Right
31+
SortIncludes: Never

0 commit comments

Comments
 (0)