File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,15 @@ AlignTrailingComments: true
2424DerivePointerAlignment : false
2525PointerAlignment : 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
2835ColumnLimit : 0
29- AllowAllParametersOfDeclarationOnNextLine : false
3036AllowShortBlocksOnASingleLine : Never
3137AllowShortCaseLabelsOnASingleLine : false
3238AllowShortFunctionsOnASingleLine : All
@@ -35,8 +41,6 @@ AllowShortLoopsOnASingleLine: false
3541AlwaysBreakAfterReturnType : None
3642AlwaysBreakBeforeMultilineStrings : false
3743AlwaysBreakTemplateDeclarations : No
38- BinPackArguments : false
39- BinPackParameters : false
4044BreakBeforeBinaryOperators : None
4145BreakBeforeTernaryOperators : false
4246BreakConstructorInitializers : BeforeColon
You can’t perform that action at this time.
0 commit comments