Skip to content

Commit 930f649

Browse files
committed
Reverted editor config csharp_style_var_when_type_is_apparent back to false, see issue #854
1 parent d72c2eb commit 930f649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dotnet_style_explicit_tuple_names = true:error
4242
[*.cs]
4343
# Prefer not to use "var", be explicit instead
4444
csharp_style_var_for_built_in_types = false:error
45-
csharp_style_var_when_type_is_apparent = true:suggestion
45+
csharp_style_var_when_type_is_apparent = false:suggestion
4646
csharp_style_var_elsewhere = false:suggestion
4747

4848
# Prefer method-like constructs to have a block body

0 commit comments

Comments
 (0)