Skip to content

Commit

Permalink
chore: ignore var
Browse files Browse the repository at this point in the history
  • Loading branch information
phmonte committed Jun 18, 2024
1 parent 8b9d8c3 commit 4f82a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ dotnet_style_explicit_tuple_names = true:suggestion

# CSharp code style settings:
[*.cs]
csharp_style_var_for_built_in_types = false:suggestion
csharp_style_var_when_type_is_apparent = false:suggestion
csharp_style_var_elsewhere = false:suggestion
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_elsewhere = true:suggestion

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

0 comments on commit 4f82a29

Please sign in to comment.