[clang-format] Enable text proto formatting in common functions

Subscribers: cfe-commits

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

llvm-svn: 335595
This commit is contained in:
Krasimir Georgiev 2018-06-26 12:00:14 +00:00
parent b73efb85ba
commit 42948e3c8f
1 changed files with 4 additions and 1 deletions

View File

@ -774,7 +774,10 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
"PROTO",
},
/*EnclosingFunctionNames=*/
{},
{
"PARSE_TEXT_PROTO",
"EqualsProto",
},
/*CanonicalDelimiter=*/"",
/*BasedOnStyle=*/"google",
},