Skip to content

Commit

Permalink
Merge pull request #372 from drewnoakes/var-settings
Browse files Browse the repository at this point in the history
Permit var and explicit types
  • Loading branch information
drewnoakes authored Jan 22, 2024
2 parents 40f720d + eab424e commit 7954af3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ csharp_indent_case_contents_when_block = false
csharp_indent_switch_labels = true
csharp_indent_labels = flush_left

# Prefer "var" everywhere
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
csharp_style_expression_bodied_constructors = false:none
Expand Down

0 comments on commit 7954af3

Please sign in to comment.