You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a long attribute breaks, it currently doesn't break before the closing paren. Doing so would make it more consistent with Invocations and constructors.
[ExportCodeFixProvider( LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.ApplyNamingStyle),Shared]publicclassClassName{}// should be[ExportCodeFixProvider( LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeFixProviderNames.ApplyNamingStyle),Shared]publicclassClassName{}
The text was updated successfully, but these errors were encountered:
When a long attribute breaks, it currently doesn't break before the closing paren. Doing so would make it more consistent with Invocations and constructors.
The text was updated successfully, but these errors were encountered: