[PATCH] D42373: [clang-format] Disable string literal breaking for text protos
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 24 02:16:40 PST 2018
krasimir added a comment.
So, we found out other cases where this is especially painful:
- breaking long URLs into multiple lines
- updating the text of a paragraph and breaking again with combination of no-reflow
We could disable it for now and enable it when we have string literal reflow.
Repository:
rC Clang
https://reviews.llvm.org/D42373
More information about the cfe-commits
mailing list