From c578c4d5f1f3904848dc438fd88dff06f6e8e022 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 6 Oct 2023 20:57:00 +1100 Subject: [PATCH] csharp_style_inlined_variable_declaration as error --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 49de0d370..5b8c4b64e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -84,7 +84,7 @@ csharp_prefer_braces = true:silent csharp_style_deconstructed_variable_declaration = true:suggestion csharp_prefer_simple_default_expression = true:suggestion csharp_style_pattern_local_over_anonymous_function = true:suggestion -csharp_style_inlined_variable_declaration = true:suggestion +csharp_style_inlined_variable_declaration = true:error ############################### # C# Formatting Rules # ###############################