From 4f82a297f08df7eb8aa66febd044fbe87e795ffb Mon Sep 17 00:00:00 2001 From: Pablo Monteiro Date: Mon, 17 Jun 2024 21:33:54 -0300 Subject: [PATCH] chore: ignore var --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2105c525..4cdd8581 100644 --- a/.editorconfig +++ b/.editorconfig @@ -47,9 +47,9 @@ dotnet_style_explicit_tuple_names = true:suggestion # CSharp code style settings: [*.cs] -csharp_style_var_for_built_in_types = false:suggestion -csharp_style_var_when_type_is_apparent = false:suggestion -csharp_style_var_elsewhere = false:suggestion +csharp_style_var_for_built_in_types = true:suggestion +csharp_style_var_when_type_is_apparent = true:suggestion +csharp_style_var_elsewhere = true:suggestion # Prefer method-like constructs to have a block body csharp_style_expression_bodied_methods = false:none