From daf826f5f4e1cadc09fc81429f355be868352c89 Mon Sep 17 00:00:00 2001 From: ikpil Date: Wed, 13 Mar 2024 23:18:18 +0900 Subject: [PATCH] modify .editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 37ea066..614fb8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,6 +20,7 @@ dotnet_sort_system_directives_first = true csharp_preserve_single_line_statements = false csharp_preserve_single_line_blocks = true -# +# ReSharper properties +resharper_csharp_wrap_lines = false resharper_csharp_space_before_trailing_comment = true resharper_csharp_space_after_operator_keyword = true