Skip to content

Commit a155350

Browse files
committed
Turn off suggestions that are inconsistent with general style in the repo
1 parent f815bb3 commit a155350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ dotnet_style_explicit_tuple_names = true:suggestion
4949
[*.cs]
5050
# Prefer "var" everywhere
5151
csharp_style_var_for_built_in_types = false:none
52-
csharp_style_var_when_type_is_apparent = true:suggestion
53-
csharp_style_var_elsewhere = false:suggestion
52+
csharp_style_var_when_type_is_apparent = true:none
53+
csharp_style_var_elsewhere = false:none
5454

5555
# Prefer method-like constructs to have a block body
5656
csharp_style_expression_bodied_methods = true:suggestion

0 commit comments

Comments
 (0)