]> Sergey Matveev's repositories - dotfiles.git/blobdiff - clang-format/.clang-format
Make zathura configuration file aware
[dotfiles.git] / clang-format / .clang-format
index 4e0d79461a149ff7458f5d1b8fab6451ea9e99b8..6499a216bb4b9c9c8067c9e517cd2c21da464c8a 100644 (file)
@@ -3,9 +3,10 @@
     ColumnLimit: 88,
     IndentWidth: 4,
     AlignAfterOpenBracket: AlwaysBreak,
-    AlignConsecutiveAssignments: true,
+    AlignConsecutiveAssignments: false,
     AllowAllParametersOfDeclarationOnNextLine: false,
     AllowShortBlocksOnASingleLine: true,
+    AlwaysBreakAfterReturnType: TopLevel,
     BinPackArguments: false,
     BinPackParameters: false,
     BreakBeforeTernaryOperators: false,