Skip to content

Commit 8e744a1

Browse files
Merge pull request #2790 from domaindrivendev/configure-usings-sorting
Sort system usings first
2 parents 4e8703a + 65fa949 commit 8e744a1

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)