1121982Sjhb���namespace LLVM.ClangFormat
2121982Sjhb{
3121982Sjhb    static class PkgCmdIDList
4121982Sjhb    {
5121982Sjhb        public const uint cmdidClangFormatSelection = 0x100;
6121982Sjhb        public const uint cmdidClangFormatDocument = 0x101;
7121982Sjhb    };
8121982Sjhb}
9121982Sjhb