Skip to content

Commit c3b635f

Browse files
committed
chore: Updated dotnet_sort_system_directives_first to true
1 parent 39060c0 commit c3b635f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/global.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ is_global = true
33

44
# .NET Code Style Settings
55
# See https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
6-
dotnet_sort_system_directives_first = false
6+
dotnet_sort_system_directives_first = true
77
dotnet_separate_import_directive_groups = false
88

99
# Don't use 'this.'/'Me.' prefix for anything

0 commit comments

Comments
 (0)