diff --git a/.editorconfig b/.editorconfig index ed09cfcf..0feb7640 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,9 +9,6 @@ trim_trailing_whitespace = true [*.{csproj,json,config,yml}] indent_size = 2 -[*.sh] -end_of_line = lf - [*.{cmd,bat}] end_of_line = crlf @@ -43,7 +40,6 @@ csharp_space_between_method_call_name_and_opening_parenthesis = false csharp_space_between_method_call_parameter_list_parentheses = false csharp_space_between_method_declaration_empty_parameter_list_parentheses = false csharp_space_between_method_declaration_parameter_list_parentheses = false -csharp_space_between_parentheses = false csharp_style_conditional_delegate_call = true:suggestion csharp_style_expression_bodied_accessors = true:silent csharp_style_expression_bodied_constructors = false:silent