This is an archive of the discontinued LLVM Phabricator instance.

[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
keep them together in text protos, whereas before it would break them.

Diff Detail

Repository
rC Clang

Event Timeline

krasimir created this revision.Jun 25 2018, 5:37 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 25 2018, 5:50 AM
This revision was automatically updated to reflect the committed changes.