From 10bf97eff600000a7c38ea775b0b011bbe911a5d Mon Sep 17 00:00:00 2001 From: Trevor Nichols Date: Sun, 2 Aug 2020 13:41:49 +1000 Subject: [PATCH] Reduce severity of editorconfig and prefer multiline braces --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index df4efaa160..47111a4f12 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,7 +20,7 @@ csharp_style_var_elsewhere = true:suggestion csharp_style_var_for_built_in_types = true:suggestion csharp_style_var_when_type_is_apparent = true:suggestion -csharp_prefer_braces = false:error +csharp_prefer_braces = when_multiline:suggestion csharp_using_directive_placement = outside_namespace:suggestion csharp_new_line_before_open_brace = all csharp_space_around_binary_operators = before_and_after