mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 00:46:04 +00:00
7 lines
134 B
C#
7 lines
134 B
C#
namespace LLVM.ClangFormat
|
|
{
|
|
static class PkgCmdIDList
|
|
{
|
|
public const uint cmdidClangFormat = 0x100;
|
|
};
|
|
} |