From 54ffe386122208ff585da2632d3269fc5c07cc92 Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov Date: Fri, 4 Jan 2019 19:41:16 +0300 Subject: [PATCH] .editorconfig --- .editorconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index aa29dbd..35b6b7e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,8 @@ insert_final_newline = true [*.cs] indent_size = 4 -insert_final_newline = true +# code style settings: +dotnet_sort_system_directives_first = true [*.csproj] indent_size = 2 @@ -20,7 +21,3 @@ indent_size = 2 [{*.sh, *.ps1}] indent_size = 2 - -# code style settings: -[*.{cs}] -dotnet_sort_system_directives_first = true