From 9799c7e563a9724a64d6a9af7a9962232611ee48 Mon Sep 17 00:00:00 2001 From: TheNoobieWaffle Date: Thu, 16 May 2024 21:37:07 -0400 Subject: [PATCH] Removed some redundant keys --- src/.editorconfig | 4 ---- 1 file changed, 4 deletions(-) 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