Skip to content

Commit b8bf5a6

Browse files
committed
clang-format plugin: Add missing semicolon in list of file extensions (PR36383)
llvm-svn: 325566
1 parent 9712113 commit b8bf5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class OptionPageGrid : DialogPage
3838
private string style = "file";
3939
private bool formatOnSave = false;
4040
private string formatOnSaveFileExtensions =
41-
".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl" +
41+
".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl;" +
4242
".java;.js;.ts;.m;.mm;.proto;.protodevel;.td";
4343

4444
public OptionPageGrid Clone()

0 commit comments

Comments
 (0)