Skip to content

Commit

Permalink
Add dotnet_separate_import_directive_groups to .editorconfig
Browse files Browse the repository at this point in the history
This is the default setting in VS, but folks who have changed the setting can cause noise in PRs unless we pin the setting at the repo level.
  • Loading branch information
AArnott committed Dec 11, 2023
1 parent db44402 commit 3a5c8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ indent_size = 4
[*.{cs,vb}]
# Sort using and Import directives with System.* appearing first
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
dotnet_style_qualification_for_field = true:warning
dotnet_style_qualification_for_property = true:warning
dotnet_style_qualification_for_method = true:warning
Expand Down

0 comments on commit 3a5c8f0

Please sign in to comment.