chore(editorconfig): prefer var over specific type
This commit is contained in:
@@ -29,9 +29,10 @@ dotnet_style_prefer_conditional_expression_over_assignment = true:suggestion
|
||||
dotnet_style_prefer_conditional_expression_over_return = true:suggestion
|
||||
|
||||
csharp_prefer_braces = true:suggestion
|
||||
csharp_style_var_for_built_in_types = false:suggestion
|
||||
|
||||
csharp_style_var_for_built_in_types = true:suggestion
|
||||
csharp_style_var_when_type_is_apparent = true:suggestion
|
||||
csharp_style_var_elsewhere = false:suggestion
|
||||
csharp_style_var_elsewhere = true:suggestion
|
||||
csharp_prefer_simple_using_statement = true:suggestion
|
||||
csharp_style_prefer_switch_expression = true:suggestion
|
||||
csharp_style_prefer_primary_constructors = false:silent
|
||||
|
||||
Reference in New Issue
Block a user