Skip to content

Commit 723d6ac

Browse files
committed
Change option for dotnet_separate_import_directive_groups in the example
EditorConfig file to false, since that's the default for VS.
1 parent ebfea66 commit 723d6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/editorconfig-code-style-settings-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ charset = utf-8-bom
22172217
[*.{cs,vb}]
22182218
# Organize usings
22192219
dotnet_sort_system_directives_first = true
2220-
dotnet_separate_import_directive_groups = true
2220+
dotnet_separate_import_directive_groups = false
22212221

22222222
# this. preferences
22232223
dotnet_style_qualification_for_field = false:none

0 commit comments

Comments
 (0)