From eda9921184a479f6c3df168202ec718fbef8cd05 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 21 Apr 2020 11:23:14 +0300 Subject: [PATCH] Yet another Clang format change --- clang-format/.clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang-format/.clang-format b/clang-format/.clang-format index 59c1b96..1da345a 100644 --- a/clang-format/.clang-format +++ b/clang-format/.clang-format @@ -1,10 +1,12 @@ BasedOnStyle: llvm ColumnLimit: 88 IndentWidth: 4 +AlignAfterOpenBracket: AlwaysBreak AlignConsecutiveAssignments: true AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true BinPackArguments: false BinPackParameters: false +BreakBeforeTernaryOperators: false BreakStringLiterals: false -- 2.44.0