Skip to content

Commit

Permalink
Reverted editor config csharp_style_var_when_type_is_apparent back to…
Browse files Browse the repository at this point in the history
… false, see issue #854
  • Loading branch information
ilexp committed Jul 17, 2020
1 parent d72c2eb commit 930f649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dotnet_style_explicit_tuple_names = true:error
[*.cs]
# Prefer not to use "var", be explicit instead
csharp_style_var_for_built_in_types = false:error
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_when_type_is_apparent = false:suggestion
csharp_style_var_elsewhere = false:suggestion

# Prefer method-like constructs to have a block body
Expand Down

0 comments on commit 930f649

Please sign in to comment.