In C++ code snippets of the form @field are common. This makes clang-format
keep them together in text protos, whereas before it would break them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D48543
[clang-format] Keep @message together in text protos ClosedPublic Authored by krasimir on Jun 25 2018, 5:37 AM.
Details Summary In C++ code snippets of the form @field are common. This makes clang-format
Diff Detail
Event TimelineClosed by commit rC335459: [clang-format] Keep @message together in text protos (authored by krasimir). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 152671 lib/Format/ContinuationIndenter.cpp
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestTextProto.cpp
|