[PATCH] D16066: [clang-format] Add BeforeWhileInDoWhile BraceWrapping option
Daniel Jasper via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 26 04:40:06 PST 2016
djasper added a comment.
Is there a coding style that actually recommends this? I would be quite doubtful that it is a good idea as it makes those loops harder to distinguish from other while loops. Generally, there is a certain bar to getting additional style flags into clang-format:
http://clang.llvm.org/docs/ClangFormatStyleOptions.html#adding-additional-style-options
http://reviews.llvm.org/D16066
More information about the cfe-commits
mailing list