7 lines
134 B
C#
7 lines
134 B
C#
namespace LLVM.ClangFormat
|
|
{
|
|
static class PkgCmdIDList
|
|
{
|
|
public const uint cmdidClangFormat = 0x100;
|
|
};
|
|
} |