diff --git a/.editorconfig b/.editorconfig index fe68de402..c507aaec4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -237,7 +237,7 @@ csharp_style_conditional_delegate_call=true:warning # Modifier preferences csharp_preferred_modifier_order=public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion # Expression-level preferences -csharp_prefer_braces=false:suggestion +csharp_prefer_braces=true:suggestion csharp_style_deconstructed_variable_declaration=true:suggestion csharp_prefer_simple_default_expression=true:warning csharp_style_pattern_local_over_anonymous_function=true:suggestion