diff --git a/.editorconfig b/.editorconfig index b35f59a..00fc38a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -65,7 +65,7 @@ dotnet_code_quality_unused_parameters=all:suggestion #### C# Coding Conventions #### # var preferences -csharp_style_var_elsewhere=true:warning +csharp_style_var_elsewhere=false:warning csharp_style_var_when_type_is_apparent=true:warning csharp_style_var_for_built_in_types=true:warning