(#14) Only use var when apparent

This commit is contained in:
Oliver Booth 2022-02-14 12:09:19 +00:00
parent 5ec4e06d9d
commit 5ecfd5236f
1 changed files with 0 additions and 2 deletions

View File

@ -65,9 +65,7 @@ dotnet_code_quality_unused_parameters=all:suggestion
#### C# Coding Conventions #### #### C# Coding Conventions ####
# var preferences # var preferences
csharp_style_var_elsewhere=false:warning
csharp_style_var_when_type_is_apparent=true:warning csharp_style_var_when_type_is_apparent=true:warning
csharp_style_var_for_built_in_types=true:warning
# Expression-bodied members # Expression-bodied members
csharp_style_expression_bodied_accessors=true:suggestion csharp_style_expression_bodied_accessors=true:suggestion