protected override CodeCleanupProfile GetProfile( CodeCleanupSettingsComponent codeCleanupSettings, ITextControl textControl) { var profile = new CodeCleanupProfile( false, "<Profile name=\"Usings order and spacing\"><FixUsingsOrderAndSpacing>True</FixUsingsOrderAndSpacing></Profile>"); return profile; }
protected override CodeCleanupProfile GetProfile( CodeCleanupSettingsComponent codeCleanupSettings, ITextControl textControl) { var profile = new CodeCleanupProfile( false, "<Profile name=\"Usings order and spacing\"><FixUsingsOrderAndSpacing>True</FixUsingsOrderAndSpacing></Profile>"); return(profile); }