|
@@ -22,7 +22,7 @@ AllowShortIfStatementsOnASingleLine: Never
|
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
-BinPackArguments: false
|
|
|
|
|
|
|
+BinPackArguments: true
|
|
|
BinPackParameters: false # OnePerLine
|
|
BinPackParameters: false # OnePerLine
|
|
|
BitFieldColonSpacing: Both
|
|
BitFieldColonSpacing: Both
|
|
|
BreakBeforeBraces: Custom # Attach
|
|
BreakBeforeBraces: Custom # Attach
|