summaryrefslogtreecommitdiff
path: root/tools/clang-format-vs/ClangFormat/PkgCmdID.cs
blob: bb6b4559a98ddb46be727f4ee68a699e188753bf (plain)
1
2
3
4
5
6
7
namespace LLVM.ClangFormat
{
    static class PkgCmdIDList
    {
        public const uint cmdidClangFormat = 0x100;
    };
}