]> granicus.if.org Git - clang/commitdiff
clang-format plugin: Add missing semicolon in list of file extensions (PR36383)
authorHans Wennborg <hans@hanshq.net>
Tue, 20 Feb 2018 09:26:38 +0000 (09:26 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 20 Feb 2018 09:26:38 +0000 (09:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325566 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs

index efb2147f2b43be351426edd9e7b4a07c110e99e7..1071b680aea020a134c42ff189d6ab1e2ef91219 100644 (file)
@@ -38,7 +38,7 @@ namespace LLVM.ClangFormat
         private string style = "file";\r
         private bool formatOnSave = false;\r
         private string formatOnSaveFileExtensions =\r
-            ".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl" +\r
+            ".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl;" +\r
             ".java;.js;.ts;.m;.mm;.proto;.protodevel;.td";\r
 \r
         public OptionPageGrid Clone()\r