-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add missing "Organize usings" .editorconfig setting for separating using groups #2310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
added in 15.5 [1]. [1] dotnet/roslyn#21087
@tiesmaster : Thanks for your contribution! The author, @kuhlenh, has been notified to review your proposed change. |
@gewarren - Would you review the proposed changes? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tiesmaster Thanks for adding this Thijs! Just one small request before we merge it.
@gewarren Thanks for the feedback, added. |
@gewarren Oh, I just saw it's the "example .editorconfig file with the default options", and this option is turned off by default, so I've changed the option to state |
also to the example EditorConfig file.
EditorConfig file to false, since that's the default for VS.
@gewarren I've fixed the issue. |
Looks great! Thanks! |
Fix incorrect default value added in #2310
In 15.5 "Separate using directive Groups" was added, but the
.editorconfig
setting (dotnet_separate_import_directive_groups
) was missing. This PR adds that.