1*e5dd7070Spatrick namespace LLVM.ClangFormat 2*e5dd7070Spatrick { 3*e5dd7070Spatrick static class PkgCmdIDList 4*e5dd7070Spatrick { 5*e5dd7070Spatrick public const uint cmdidClangFormatSelection = 0x100; 6*e5dd7070Spatrick public const uint cmdidClangFormatDocument = 0x101; 7*e5dd7070Spatrick }; 8*e5dd7070Spatrick } 9