
endings. We already used them in some cases, and this makes things consistent. This will also simplify updating the licenses in these files. llvm-svn: 351632
9 lines
206 B
C#
9 lines
206 B
C#
namespace LLVM.ClangFormat
|
|
{
|
|
static class PkgCmdIDList
|
|
{
|
|
public const uint cmdidClangFormatSelection = 0x100;
|
|
public const uint cmdidClangFormatDocument = 0x101;
|
|
};
|
|
}
|