Skip to content

Commit 4f82a29

Browse files
committed
chore: ignore var
1 parent 8b9d8c3 commit 4f82a29

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
@@ -47,9 +47,9 @@ dotnet_style_explicit_tuple_names = true:suggestion
4747

4848
# CSharp code style settings:
4949
[*.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
50+
csharp_style_var_for_built_in_types = true:suggestion
51+
csharp_style_var_when_type_is_apparent = true:suggestion
52+
csharp_style_var_elsewhere = true:suggestion
5353

5454
# Prefer method-like constructs to have a block body
5555
csharp_style_expression_bodied_methods = false:none

0 commit comments

Comments
 (0)