From cbc240ccb5c432f073d28cefd9635a7457353899 Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 17 Aug 2023 23:43:05 +0900 Subject: [PATCH] new option --- .editorconfig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 +