modify .editorconfig

This commit is contained in:
ikpil 2024-03-13 23:18:18 +09:00
parent b67ebeaec3
commit daf826f5f4
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ dotnet_sort_system_directives_first = true
csharp_preserve_single_line_statements = false csharp_preserve_single_line_statements = false
csharp_preserve_single_line_blocks = true csharp_preserve_single_line_blocks = true
# # ReSharper properties
resharper_csharp_wrap_lines = false
resharper_csharp_space_before_trailing_comment = true resharper_csharp_space_before_trailing_comment = true
resharper_csharp_space_after_operator_keyword = true resharper_csharp_space_after_operator_keyword = true