We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f815bb3 commit a155350Copy full SHA for a155350
src/.editorconfig
@@ -49,8 +49,8 @@ dotnet_style_explicit_tuple_names = true:suggestion
49
[*.cs]
50
# Prefer "var" everywhere
51
csharp_style_var_for_built_in_types = false:none
52
-csharp_style_var_when_type_is_apparent = true:suggestion
53
-csharp_style_var_elsewhere = false:suggestion
+csharp_style_var_when_type_is_apparent = true:none
+csharp_style_var_elsewhere = false:none
54
55
# Prefer method-like constructs to have a block body
56
csharp_style_expression_bodied_methods = true:suggestion
0 commit comments