X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=clang-format%2F.clang-format;h=6499a216bb4b9c9c8067c9e517cd2c21da464c8a;hb=632e75d9a824eb0f31229615af4a77d8cd68da47;hp=6e2f208654b76005f348478a989d81aaf20986c2;hpb=b6882314c436b051ca9f7ea79039ec4e0a07afa6;p=dotfiles.git diff --git a/clang-format/.clang-format b/clang-format/.clang-format index 6e2f208..6499a21 100644 --- a/clang-format/.clang-format +++ b/clang-format/.clang-format @@ -3,7 +3,7 @@ ColumnLimit: 88, IndentWidth: 4, AlignAfterOpenBracket: AlwaysBreak, - AlignConsecutiveAssignments: true, + AlignConsecutiveAssignments: false, AllowAllParametersOfDeclarationOnNextLine: false, AllowShortBlocksOnASingleLine: true, AlwaysBreakAfterReturnType: TopLevel,