[PATCH] D42373: [clang-format] Disable string literal breaking for text protos

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 23 00:23:43 PST 2018


djasper added a comment.

I am not sure we should actually do this. I agree that badly reflowing multiline string literals is not ideal, but neither is violating the column limit. In any case, proper reflowing would probably the best solution. How hard would it be to implement that (for proto as well as C++)?


Repository:
  rC Clang

https://reviews.llvm.org/D42373





More information about the cfe-commits mailing list