Skip to content

Commit 3227a66

Browse files
committed
Set .editorconfig dotnet_separate_import_directive_groups to its default value - false
1 parent 0778f5a commit 3227a66

File tree

2 files changed

+2
-2
lines changed
  • template_feed/Microsoft.DotNet.Common.ItemTemplates/content/EditorConfig/Dotnet
  • test/dotnet-new.IntegrationTests/Approvals/AllCommonItemsCreate.-o#EditorConfig-file#-n#item.verified/EditorConfig-file

2 files changed

+2
-2
lines changed

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/EditorConfig/Dotnet/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ insert_final_newline = false
3535
[*.{cs,vb}]
3636

3737
# Organize usings
38-
dotnet_separate_import_directive_groups = true
38+
dotnet_separate_import_directive_groups = false
3939
dotnet_sort_system_directives_first = true
4040
file_header_template = unset
4141

test/dotnet-new.IntegrationTests/Approvals/AllCommonItemsCreate.-o#EditorConfig-file#-n#item.verified/EditorConfig-file/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ insert_final_newline = false
3535
[*.{cs,vb}]
3636

3737
# Organize usings
38-
dotnet_separate_import_directive_groups = true
38+
dotnet_separate_import_directive_groups = false
3939
dotnet_sort_system_directives_first = true
4040
file_header_template = unset
4141

0 commit comments

Comments
 (0)