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;
 }
Exemple #2
0
        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);
        }