]> Sergey Matveev's repositories - dotfiles.git/blobdiff - clang-format/.clang-format
Do not align on assignments in C-code
[dotfiles.git] / clang-format / .clang-format
index 6e2f208654b76005f348478a989d81aaf20986c2..6499a216bb4b9c9c8067c9e517cd2c21da464c8a 100644 (file)
@@ -3,7 +3,7 @@
     ColumnLimit: 88,
     IndentWidth: 4,
     AlignAfterOpenBracket: AlwaysBreak,
-    AlignConsecutiveAssignments: true,
+    AlignConsecutiveAssignments: false,
     AllowAllParametersOfDeclarationOnNextLine: false,
     AllowShortBlocksOnASingleLine: true,
     AlwaysBreakAfterReturnType: TopLevel,