From fc4a4a54f7b0d9e725179a3ee1bf0808c08b0da6 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 16 Sep 2018 22:11:23 -0500 Subject: [PATCH] AlignConsecutiveAssignments: true --- src/.clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.clang-format b/src/.clang-format index 1e82227544..bb91252f0f 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -10,6 +10,7 @@ AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: true +AlignConsecutiveAssignments: true BinPackArguments: true BinPackParameters: false BreakBeforeBinaryOperators: false