From ec64b0148c134517d8b05d4ac65cca5d7ccd123f Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Sat, 24 Oct 2020 22:28:56 +0200 Subject: [PATCH] Update editorconfig --- src/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.editorconfig b/src/.editorconfig index 2a3f34f..2e99645 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -6,6 +6,10 @@ insert_final_newline=false indent_style=space indent_size=4 +# Proper using format +dotnet_sort_system_directives_first = true +dotnet_separate_import_directive_groups = false + # Microsoft .NET properties csharp_indent_braces=false csharp_indent_switch_labels=true -- 2.39.5