diff --git a/.editorconfig b/.editorconfig index b683dad667..993abbe794 100644 --- a/.editorconfig +++ b/.editorconfig @@ -40,8 +40,8 @@ csharp_space_between_method_declaration_parameter_list_parentheses=false csharp_space_between_parentheses=false csharp_space_between_square_brackets=false csharp_style_expression_bodied_accessors=true:suggestion -csharp_style_expression_bodied_constructors=true:suggestion -csharp_style_expression_bodied_methods=true:suggestion +csharp_style_expression_bodied_constructors=false:suggestion +csharp_style_expression_bodied_methods=false:suggestion csharp_style_expression_bodied_properties=true:suggestion csharp_style_var_elsewhere=true:suggestion csharp_style_var_for_built_in_types=true:suggestion