From: Krasimir Georgiev Date: Fri, 16 Feb 2018 12:10:06 +0000 (+0000) Subject: [clang-format] Enable google text proto formatting in R"proto('s X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2663db126406eada5bd058b413362b8eaf5b563;p=clang [clang-format] Enable google text proto formatting in R"proto('s git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325336 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index af03696cf8..e77314d255 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -715,6 +715,8 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { { "pb", "PB", + "proto", + "PROTO", }, /*EnclosingFunctionNames=*/ {},