llvm-project/clang/tools/clang-format-vs/ClangFormat/PkgCmdID.cs

7 lines
134 B
C#

namespace LLVM.ClangFormat
{
static class PkgCmdIDList
{
public const uint cmdidClangFormat = 0x100;
};
}