From 876ac3f6b62087fb5c22b0a477751895915d47b8 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 18 Feb 2021 10:07:37 +0000 Subject: [PATCH] [tools] Allow argument/parameter bin packing in clang-format --- src/.clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.clang-format b/src/.clang-format index ef7a0ef5c7a..a69c57f3e0d 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: