blob: bb6b4559a98ddb46be727f4ee68a699e188753bf [file] [log] [blame]
namespace LLVM.ClangFormat
{
static class PkgCmdIDList
{
public const uint cmdidClangFormat = 0x100;
};
}