]> granicus.if.org Git - clang/commit
[clang-format] Disable some text proto delimiters and functions for google style
authorKrasimir Georgiev <krasimir@google.com>
Mon, 29 Jan 2018 19:28:05 +0000 (19:28 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Mon, 29 Jan 2018 19:28:05 +0000 (19:28 +0000)
commit45a6b8d428b132ecb6535d72e63a16cc3f058028
treeea71066fc133ac34ee580dde09167187bf9bdb14
parente88bf5d2a8d380ab44ec2063417dd725c302697c
[clang-format] Disable some text proto delimiters and functions for google style

Summary:
This disables some of the most commonly used text proto delimiters and functions
for google style until we resolve several style options for that style.
In particular, wheter there should be a space surrounding braces ``msg { sub { key : value } }``
and the extent of packing of submessages on a same line.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D42651

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323678 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp