This revision was automatically updated to reflect the committed changes.
Closed by commit rL324591: [clang-format] Do not break before long string
literals in protos (authored by krasimir, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D4
djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
Looks good.
Repository:
rC Clang
https://reviews.llvm.org/D42957
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.o
krasimir updated this revision to Diff 132978.
krasimir added a comment.
- Update comment
Repository:
rC Clang
https://reviews.llvm.org/D42957
Files:
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestProto.cpp
unittes
krasimir created this revision.
Herald added subscribers: cfe-commits, klimek.
This patch is a follow-up to r323319 (which disables string literal breaking for
text protos) and it disables breaking before long string literals.
For example this:
key: "long string literal"
used to get broke