Manuel Klimek | bb55615 | 2013-09-04 16:11:46 +0000 | [diff] [blame] | 1 | namespace LLVM.ClangFormat |
2 | { | ||||
3 | static class PkgCmdIDList | ||||
4 | { | ||||
Antonio Maiorano | 7703ddd | 2016-12-16 01:51:43 +0000 | [diff] [blame] | 5 | public const uint cmdidClangFormatSelection = 0x100; |
6 | public const uint cmdidClangFormatDocument = 0x101; | ||||
Manuel Klimek | bb55615 | 2013-09-04 16:11:46 +0000 | [diff] [blame] | 7 | }; |
Chandler Carruth | 79b3748 | 2019-01-19 06:29:07 +0000 | [diff] [blame] | 8 | } |