diff --git a/src/.editorconfig b/src/.editorconfig index a9e0a78..3654594 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -195,10 +195,6 @@ csharp_style_implicit_object_creation_when_type_is_apparent = true:warning # "Null" checking preferences csharp_style_throw_expression = true:warning csharp_style_conditional_delegate_call = true:warning -# Code block preferences -csharp_prefer_braces = true:warning -csharp_prefer_simple_using_statement = true:suggestion -dotnet_diagnostic.IDE0063.severity = suggestion # 'using' directive preferences csharp_using_directive_placement = inside_namespace:warning # Modifier preferences