Remove some bad style decisions.

This commit is contained in:
Pieter-Jan Briers 2020-04-17 23:47:03 +02:00
parent 13a6b3df7e
commit 9d130d98d3
No known key found for this signature in database
GPG Key ID: 132054DF433AE592
1 changed files with 2 additions and 2 deletions

View File

@ -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