From: Richard Russon Date: Mon, 20 Feb 2017 22:00:04 +0000 (+0000) Subject: style: don't align assignments -- too often ugly X-Git-Tag: neomutt-20170225~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f90682016dc1799b0f52cfca704a1a375a9d7e9f;p=neomutt style: don't align assignments -- too often ugly --- diff --git a/.clang-format b/.clang-format index d8ca87224..5e3fcd4b2 100644 --- a/.clang-format +++ b/.clang-format @@ -57,7 +57,7 @@ AllowShortLoopsOnASingleLine: false # OPTIONAL AlignTrailingComments: true -AlignConsecutiveAssignments: true +# AlignConsecutiveAssignments: true # AlignConsecutiveDeclarations: true # AlwaysBreakBeforeMultilineStrings: true # SpacesBeforeTrailingComments: 2