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 e791702 commit 677731cCopy full SHA for 677731c
.editorconfig
@@ -39,9 +39,9 @@ dotnet_style_qualification_for_method = false:suggestion
39
dotnet_style_qualification_for_event = false:suggestion
40
41
# only use var when it's obvious what the variable type is
42
-csharp_style_var_for_built_in_types = false:none
43
-csharp_style_var_when_type_is_apparent = false:suggestion
44
-csharp_style_var_elsewhere = false:suggestion
+csharp_style_var_for_built_in_types = true
+csharp_style_var_when_type_is_apparent = true
+csharp_style_var_elsewhere = true
45
46
# use language keywords instead of BCL types
47
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
0 commit comments