diff --git a/.editorconfig b/.editorconfig index 8016c51..9e85bae 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ indent_style = space tab_width = 4 # Предпочтения для новых строк -end_of_line = crlf +end_of_line = unset insert_final_newline = false #### Действия кода .NET #### @@ -244,7 +244,7 @@ dotnet_naming_style.begins_with_i.capitalization = pascal_case dotnet_style_operator_placement_when_wrapping = beginning_of_line tab_width = 4 indent_size = 4 -end_of_line = crlf +end_of_line = unset dotnet_style_coalesce_expression = true:suggestion dotnet_style_null_propagation = true:suggestion dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion