Sign in
android
/
toolchain
/
clang
/
213b792f511dc7482dc09f8511d1a15e340fa305
/
.
/
tools
/
clang-format-vs
/
ClangFormat
/
PkgCmdID.cs
blob: c274d1ca1b4b2ecefd939b319726521412d38535 [
file
] [
log
] [
blame
]
namespace LLVM
.
ClangFormat
{
static
class
PkgCmdIDList
{
public
const
uint
cmdidClangFormatSelection
=
0x100
;
public
const
uint
cmdidClangFormatDocument
=
0x101
;
};
}