minix/external/bsd/llvm/dist/clang/tools/clang-format-vs/ClangFormat/PkgCmdID.cs

7 lines
134 B
C#
Raw Normal View History

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