Skip to content

Commit 65fa949

Browse files
Sort system usings first
Sort system usings first, rather than strict alphabetical.
1 parent 9e77996 commit 65fa949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ trim_trailing_whitespace = true
2828
indent_style = space
2929
indent_size = 2
3030
trim_trailing_whitespace = true
31+
32+
[*.cs]
33+
dotnet_sort_system_directives_first = true

0 commit comments

Comments
 (0)