]> Sergey Matveev's repositories - dotfiles.git/blobdiff - clang-format/.clang-format
Break before function name
[dotfiles.git] / clang-format / .clang-format
index 4e0d79461a149ff7458f5d1b8fab6451ea9e99b8..6e2f208654b76005f348478a989d81aaf20986c2 100644 (file)
@@ -6,6 +6,7 @@
     AlignConsecutiveAssignments: true,
     AllowAllParametersOfDeclarationOnNextLine: false,
     AllowShortBlocksOnASingleLine: true,
+    AlwaysBreakAfterReturnType: TopLevel,
     BinPackArguments: false,
     BinPackParameters: false,
     BreakBeforeTernaryOperators: false,