diff options
Diffstat (limited to 'tools/clang-format-vs/ClangFormat/PkgCmdID.cs')
-rw-r--r-- | tools/clang-format-vs/ClangFormat/PkgCmdID.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/clang-format-vs/ClangFormat/PkgCmdID.cs b/tools/clang-format-vs/ClangFormat/PkgCmdID.cs new file mode 100644 index 0000000..bb6b455 --- /dev/null +++ b/tools/clang-format-vs/ClangFormat/PkgCmdID.cs @@ -0,0 +1,7 @@ +namespace LLVM.ClangFormat
+{
+ static class PkgCmdIDList
+ {
+ public const uint cmdidClangFormat = 0x100;
+ };
+}
\ No newline at end of file |