Skip to content

Commit e6647ab

Browse files
committed
Fix inconsistency between CI and local formatting
1 parent 960f1e4 commit e6647ab

4 files changed

Lines changed: 260 additions & 255 deletions

File tree

.clang-format

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ AlignTrailingComments: true
2424
DerivePointerAlignment: false
2525
PointerAlignment: Right
2626

27+
# Function calls formatting
28+
BinPackArguments: false
29+
BinPackParameters: false
30+
AllowAllArgumentsOnNextLine: false
31+
ExperimentalAutoDetectBinPacking: false
32+
PenaltyBreakBeforeFirstCallParameter: 1
33+
2734
# Wrapping and Breaking
2835
ColumnLimit: 0
29-
AllowAllParametersOfDeclarationOnNextLine: false
3036
AllowShortBlocksOnASingleLine: Never
3137
AllowShortCaseLabelsOnASingleLine: false
3238
AllowShortFunctionsOnASingleLine: All
@@ -35,8 +41,6 @@ AllowShortLoopsOnASingleLine: false
3541
AlwaysBreakAfterReturnType: None
3642
AlwaysBreakBeforeMultilineStrings: false
3743
AlwaysBreakTemplateDeclarations: No
38-
BinPackArguments: false
39-
BinPackParameters: false
4044
BreakBeforeBinaryOperators: None
4145
BreakBeforeTernaryOperators: false
4246
BreakConstructorInitializers: BeforeColon

0 commit comments

Comments
 (0)