diff --git a/.editorconfig b/.editorconfig index 315f2f753..4b33d0fd9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,18 +31,19 @@ csharp_preserve_single_line_statements = false csharp_space_after_cast = true -csharp_style_expression_bodied_accessors = when_on_single_line:suggestion -csharp_style_expression_bodied_constructors = when_on_single_line:suggestion -csharp_style_expression_bodied_indexers = when_on_single_line:suggestion -csharp_style_expression_bodied_methods = when_on_single_line:suggestion -csharp_style_expression_bodied_operators = when_on_single_line:suggestion -csharp_style_expression_bodied_properties = when_on_single_line:suggestion -csharp_style_pattern_matching_over_as_with_null_check = false:suggestion +csharp_style_expression_bodied_accessors = true:suggestion +csharp_style_expression_bodied_constructors = true:suggestion +csharp_style_expression_bodied_indexers = true:suggestion +csharp_style_expression_bodied_methods = true:suggestion +csharp_style_expression_bodied_operators = true:suggestion +csharp_style_expression_bodied_properties = true:suggestion csharp_style_var_elsewhere = false:suggestion csharp_style_var_for_built_in_types = false:suggestion csharp_style_var_when_type_is_apparent = false:suggestion +csharp_using_directive_placement = outside_namespace:suggestion + [*.{cs,vb}] # PascalCase for naming everything but parameters dotnet_naming_rule.all_members_must_be_capitalized.severity = suggestion