Skip to content

Commit bc25cb7

Browse files
committed
Fix inconsistency between CI and local formatting
1 parent e9077f1 commit bc25cb7

File tree

4 files changed

+260
-255
lines changed

4 files changed

+260
-255
lines changed

.clang-format

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ AlignTrailingComments: true
2727
DerivePointerAlignment: false
2828
PointerAlignment: Right
2929

30+
# Function calls formatting
31+
BinPackArguments: false
32+
BinPackParameters: false
33+
AllowAllArgumentsOnNextLine: false
34+
ExperimentalAutoDetectBinPacking: false
35+
PenaltyBreakBeforeFirstCallParameter: 1
36+
3037
# Wrapping and Breaking
3138
ColumnLimit: 0
32-
AllowAllParametersOfDeclarationOnNextLine: false
3339
AllowShortBlocksOnASingleLine: Never
3440
AllowShortCaseLabelsOnASingleLine: false
3541
AllowShortFunctionsOnASingleLine: All
@@ -38,8 +44,6 @@ AllowShortLoopsOnASingleLine: false
3844
AlwaysBreakAfterReturnType: None
3945
AlwaysBreakBeforeMultilineStrings: false
4046
AlwaysBreakTemplateDeclarations: No
41-
BinPackArguments: false
42-
BinPackParameters: false
4347
BreakBeforeBinaryOperators: None
4448
BreakBeforeTernaryOperators: false
4549
BreakConstructorInitializers: BeforeColon

0 commit comments

Comments
 (0)