File tree Expand file tree Collapse file tree 4 files changed +260
-255
lines changed
Expand file tree Collapse file tree 4 files changed +260
-255
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,15 @@ AlignTrailingComments: true
2727DerivePointerAlignment : false
2828PointerAlignment : 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
3138ColumnLimit : 0
32- AllowAllParametersOfDeclarationOnNextLine : false
3339AllowShortBlocksOnASingleLine : Never
3440AllowShortCaseLabelsOnASingleLine : false
3541AllowShortFunctionsOnASingleLine : All
@@ -38,8 +44,6 @@ AllowShortLoopsOnASingleLine: false
3844AlwaysBreakAfterReturnType : None
3945AlwaysBreakBeforeMultilineStrings : false
4046AlwaysBreakTemplateDeclarations : No
41- BinPackArguments : false
42- BinPackParameters : false
4347BreakBeforeBinaryOperators : None
4448BreakBeforeTernaryOperators : false
4549BreakConstructorInitializers : BeforeColon
You can’t perform that action at this time.
0 commit comments