We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72c2eb commit 930f649Copy full SHA for 930f649
.editorconfig
@@ -42,7 +42,7 @@ dotnet_style_explicit_tuple_names = true:error
42
[*.cs]
43
# Prefer not to use "var", be explicit instead
44
csharp_style_var_for_built_in_types = false:error
45
-csharp_style_var_when_type_is_apparent = true:suggestion
+csharp_style_var_when_type_is_apparent = false:suggestion
46
csharp_style_var_elsewhere = false:suggestion
47
48
# Prefer method-like constructs to have a block body
0 commit comments