aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2021-02-18 10:07:37 +0000
committerJohn Newbery <john@johnnewbery.com>2021-02-18 10:07:37 +0000
commit876ac3f6b62087fb5c22b0a477751895915d47b8 (patch)
tree1388c9d6ae8cb6e0a7b218910256a39260a5607b /src/.clang-format
parentdb656db2ed5aecc6e623fd3ef1e1bb34207b9e57 (diff)
downloadbitcoin-876ac3f6b62087fb5c22b0a477751895915d47b8.tar.xz
[tools] Allow argument/parameter bin packing in clang-format
Diffstat (limited to 'src/.clang-format')
-rw-r--r--src/.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/.clang-format b/src/.clang-format
index ef7a0ef5c7..a69c57f3e0 100644
--- a/src/.clang-format
+++ b/src/.clang-format
@@ -11,7 +11,8 @@ AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true
-BinPackParameters: false
+BinPackArguments: true
+BinPackParameters: true
BreakBeforeBinaryOperators: false
BreakBeforeBraces: Custom
BraceWrapping: