1 namespace LLVM.ClangFormat
2 {
3     static class PkgCmdIDList
4     {
5         public const uint cmdidClangFormat = 0x100;
6     };
7 }