From f3e9a347b42335dad2caca0793abc0dd4314b2b3 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Feb 2020 07:25:58 -0600 Subject: [PATCH] Address remaining @smharper comments on #1467 --- .clang-format | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.clang-format b/.clang-format index d7ba659f1d..153f0e4a33 100644 --- a/.clang-format +++ b/.clang-format @@ -18,7 +18,7 @@ AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: Yes -BinPackArguments: false +BinPackArguments: true BinPackParameters: true BraceWrapping: AfterClass: false @@ -38,14 +38,11 @@ BraceWrapping: SplitEmptyNamespace: true BreakBeforeBinaryOperators: None BreakBeforeBraces: Custom -BreakBeforeInheritanceComma: false BreakInheritanceList: BeforeColon BreakBeforeTernaryOperators: true -BreakConstructorInitializersBeforeComma: false BreakConstructorInitializers: BeforeColon -BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true -ColumnLimit: 90 +ColumnLimit: 80 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false