We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.clang-format
BinPackArguments=true
1 parent c466abe commit 69db8a5Copy full SHA for 69db8a5
.clang-format
@@ -22,7 +22,7 @@ AllowShortIfStatementsOnASingleLine: Never
22
AllowShortLambdasOnASingleLine: Inline
23
AllowShortLoopsOnASingleLine: false
24
AlwaysBreakBeforeMultilineStrings: true
25
-BinPackArguments: false
+BinPackArguments: true
26
BinPackParameters: false # OnePerLine
27
BitFieldColonSpacing: Both
28
BreakBeforeBraces: Custom # Attach
0 commit comments