forked from OSchip/llvm-project
[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:
parent
b73efb85ba
commit
42948e3c8f
|
@ -774,7 +774,10 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
|
||||||
"PROTO",
|
"PROTO",
|
||||||
},
|
},
|
||||||
/*EnclosingFunctionNames=*/
|
/*EnclosingFunctionNames=*/
|
||||||
{},
|
{
|
||||||
|
"PARSE_TEXT_PROTO",
|
||||||
|
"EqualsProto",
|
||||||
|
},
|
||||||
/*CanonicalDelimiter=*/"",
|
/*CanonicalDelimiter=*/"",
|
||||||
/*BasedOnStyle=*/"google",
|
/*BasedOnStyle=*/"google",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue