Skip to content

Commit

Permalink
Merge pull request #2790 from domaindrivendev/configure-usings-sorting
Browse files Browse the repository at this point in the history
Sort system usings first
  • Loading branch information
domaindrivendev committed Apr 24, 2024
2 parents 4e8703a + 65fa949 commit 8e744a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.cs]
dotnet_sort_system_directives_first = true

0 comments on commit 8e744a1

Please sign in to comment.