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