You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
391 B
12 lines
391 B
using System;
|
|
|
|
namespace LLVM.ClangFormat
|
|
{
|
|
static class GuidList
|
|
{
|
|
public const string guidClangFormatPkgString = "c5286038-25d3-4f65-83a8-51fa2df4a146";
|
|
public const string guidClangFormatCmdSetString = "e39cbab1-0f96-4022-a2bc-da5a9db7eb78";
|
|
|
|
public static readonly Guid guidClangFormatCmdSet = new Guid(guidClangFormatCmdSetString);
|
|
};
|
|
} |