(#14) Don't use var elsewhere

This commit is contained in:
Oliver Booth 2021-08-31 15:43:43 +01:00
parent fd9048d4ab
commit 5e021b703b
No known key found for this signature in database
GPG Key ID: A4AC17007530E9B4
1 changed files with 1 additions and 1 deletions

View File

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