bolt/deps/llvm-18.1.8/clang/tools/clang-format-vs/ClangFormat/PkgCmdID.cs

9 lines
206 B
C#
Raw Normal View History

2025-02-14 19:21:04 +01:00
namespace LLVM.ClangFormat
{
static class PkgCmdIDList
{
public const uint cmdidClangFormatSelection = 0x100;
public const uint cmdidClangFormatDocument = 0x101;
};
}