From 65fa9493ca3d10d126f1b683fdcae3702ec58aca Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Sun, 14 Apr 2024 08:25:19 +0100 Subject: [PATCH] Sort system usings first Sort system usings first, rather than strict alphabetical. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index f274c474de..fd54f541b9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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