new option

This commit is contained in:
ikpil 2023-08-17 23:43:05 +09:00
parent e819b20373
commit cbc240ccb5
1 changed files with 7 additions and 4 deletions

View File

@ -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
csharp_preserve_single_line_statements = false
csharp_preserve_single_line_blocks = true