[PATCH] D10370: clang-format: Implement AlwaysBreakAfterDeclarationReturnType.
Daniel Jasper via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 14 07:37:35 PST 2015
djasper added a comment.
I think we can add the option AlwaysBreakAfterReturnType but still be backwards compatible. If clang-format finds only the old option in a configuration file, it can choose the appropriate value of the new option.
I also like using just this one option better than using the one option with the added bool option.
http://reviews.llvm.org/D10370
More information about the cfe-commits
mailing list