From 331d11aee27c4d2894d45af078b2b4b93b0c16bf Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:59:44 +0800 Subject: [PATCH] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f19fc984..3aa0aa54 100644 --- a/.editorconfig +++ b/.editorconfig @@ -58,7 +58,7 @@ dotnet_remove_unnecessary_suppression_exclusions = none dotnet_style_allow_multiple_blank_lines_experimental = false:warning dotnet_style_allow_statement_immediately_after_block_experimental = true:warning -csharp_style_var_elsewhere = false:warning +csharp_style_var_elsewhere = true:warning csharp_style_var_for_built_in_types = true:warning csharp_style_var_when_type_is_apparent = true:warning csharp_style_expression_bodied_accessors = when_on_single_line:warning