| commit | da5cca4f438d69b36b363ccb632f8a3a98ef904a | [log] [tgz] |
|---|---|---|
| author | Krasimir Georgiev <krasimir@google.com> | Mon Jun 25 12:43:12 2018 +0000 |
| committer | Krasimir Georgiev <krasimir@google.com> | Mon Jun 25 12:43:12 2018 +0000 |
| tree | 8c659f2cb0678941c2c62082789d08010a487996 | |
| parent | a095770a821cb93dc864a3ff33b801dc3c526a87 [diff] |
[clang-format] Keep @message together in text protos 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. Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D48543 llvm-svn: 335459