| commit | c2091808280a054cf9cdb7897335a5039c3a9cf8 | [log] [tgz] |
|---|---|---|
| author | Krasimir Georgiev <krasimir@google.com> | Wed Jan 31 10:14:10 2018 +0000 |
| committer | Krasimir Georgiev <krasimir@google.com> | Wed Jan 31 10:14:10 2018 +0000 |
| tree | 53aa471be21936be501ff1df629b8617cb661cfe | |
| parent | f9fe311ee7c579af35e30b84aeff08df9b4e1a4a [diff] |
[clang-format] Adds space around braces in text protos Summary: This patch modifies the text proto Google style to add spaces around braces. I investigated using something different than Cpp11BracedListStyle, but it turns out it's what we want and also the java and js styles also depend on that. Reviewers: djasper Reviewed By: djasper Subscribers: klimek, cfe-commits Differential Revision: https://reviews.llvm.org/D42685 llvm-svn: 323860