diff --git a/.editorconfig b/.editorconfig index 73e5b43..a4a2f57 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,8 @@ -############################### +root = true + +############################### # Core EditorConfig Options # ############################### -root = true # All files [*] @@ -13,7 +14,9 @@ indent_size = 2 [*.cs] indent_size = 4 +dotnet_sort_system_directives_first = true # Wrapping preferences -csharp_preserve_single_line_statements = true -csharp_preserve_single_line_blocks = true \ No newline at end of file +csharp_preserve_single_line_statements = false +csharp_preserve_single_line_blocks = true +