[PATCH] D33589: clang-format: consider not splitting tokens in optimization
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 23 07:05:27 PST 2017
klimek added a comment.
In https://reviews.llvm.org/D33589#933746, @Typz wrote:
> with this setting, a "non wrapped" comment will actually be reflown to ColumnLimit+10...
Isn't the same true for code then, though? Generally, code will protrude by 10 columns before being broken?
https://reviews.llvm.org/D33589
More information about the cfe-commits
mailing list