Modifica all'editorconfig

This commit is contained in:
La Programmatrice Verde
2025-01-22 08:29:44 +01:00
parent ebaf00a015
commit a07bc01c8a
5 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ dotnet_style_object_initializer = true:suggestion
dotnet_style_operator_placement_when_wrapping = beginning_of_line
dotnet_style_prefer_auto_properties = true:suggestion
dotnet_style_prefer_collection_expression = when_types_loosely_match:suggestion
dotnet_style_prefer_compound_assignment = true:suggestion
dotnet_style_prefer_compound_assignment = false:suggestion
dotnet_style_prefer_conditional_expression_over_assignment = true:suggestion
dotnet_style_prefer_conditional_expression_over_return = true:suggestion
dotnet_style_prefer_foreach_explicit_cast_in_source = when_strongly_typed:suggestion