Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c6eba10

Browse files
committed
Suggest always using var
1 parent d6931ef commit c6eba10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ dotnet_style_prefer_conditional_expression_over_return = true:silent
4242
[*.cs]
4343

4444
# var preferences
45-
csharp_style_var_for_built_in_types = true:silent
45+
csharp_style_var_for_built_in_types = true:suggestion
4646
csharp_style_var_when_type_is_apparent = true:suggestion
47-
csharp_style_var_elsewhere = true:silent
47+
csharp_style_var_elsewhere = true:suggestion
4848

4949
# Expression-bodied members
5050
csharp_style_expression_bodied_methods = false:none

0 commit comments

Comments
 (0)