We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9712113 commit b8bf5a6Copy full SHA for b8bf5a6
clang/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
@@ -38,7 +38,7 @@ public class OptionPageGrid : DialogPage
38
private string style = "file";
39
private bool formatOnSave = false;
40
private string formatOnSaveFileExtensions =
41
- ".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl" +
+ ".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl;" +
42
".java;.js;.ts;.m;.mm;.proto;.protodevel;.td";
43
44
public OptionPageGrid Clone()
0 commit comments