Skip to content

Commit 677731c

Browse files
authored
Update .editorconfig (#2207)
1 parent e791702 commit 677731c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ dotnet_style_qualification_for_method = false:suggestion
3939
dotnet_style_qualification_for_event = false:suggestion
4040

4141
# 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
42+
csharp_style_var_for_built_in_types = true
43+
csharp_style_var_when_type_is_apparent = true
44+
csharp_style_var_elsewhere = true
4545

4646
# use language keywords instead of BCL types
4747
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion

0 commit comments

Comments
 (0)