diff --git a/.editorconfig b/.editorconfig index da50a378c..a0afeab7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -42,7 +42,7 @@ dotnet_style_explicit_tuple_names = true:error [*.cs] # Prefer not to use "var", be explicit instead csharp_style_var_for_built_in_types = false:error -csharp_style_var_when_type_is_apparent = true:suggestion +csharp_style_var_when_type_is_apparent = false:suggestion csharp_style_var_elsewhere = false:suggestion # Prefer method-like constructs to have a block body