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 8b9d8c3 commit 4f82a29Copy full SHA for 4f82a29
.editorconfig
@@ -47,9 +47,9 @@ dotnet_style_explicit_tuple_names = true:suggestion
47
48
# CSharp code style settings:
49
[*.cs]
50
-csharp_style_var_for_built_in_types = false:suggestion
51
-csharp_style_var_when_type_is_apparent = false:suggestion
52
-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
53
54
# Prefer method-like constructs to have a block body
55
csharp_style_expression_bodied_methods = false:none
0 commit comments