diff options
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r-- | clang/lib/Format/Format.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index b709e9f84a7..c598a28cc42 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -709,17 +709,9 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { { "pb", "PB", - "proto", - "PROTO", - "textproto", - "TEXTPROTO", }, /*EnclosingFunctionNames=*/ - { - "EqualsProto", - "PARSE_TEXT_PROTO", - "ParseTextProto", - }, + {}, /*CanonicalDelimiter=*/"", /*BasedOnStyle=*/"google", }}; |