Files
linux-packaging-mono/external/llvm-project/clang/tools/clang-format-vs/ClangFormat/PkgCmdID.cs

8 lines
204 B
C#
Raw Normal View History

namespace LLVM.ClangFormat
{
static class PkgCmdIDList
{
public const uint cmdidClangFormatSelection = 0x100;
public const uint cmdidClangFormatDocument = 0x101;
};
}