Another round of cleanup and beautification

This commit is contained in:
2023-08-19 23:22:44 -04:00
parent 1a25e62fa4
commit 6ac566f9aa
28 changed files with 337 additions and 338 deletions

View File

@ -24,7 +24,7 @@ file_header_template = unset
# this. and Me. preferences
dotnet_style_qualification_for_event = false:error
dotnet_style_qualification_for_field = false:error
dotnet_style_qualification_for_field = false
dotnet_style_qualification_for_method = false:error
dotnet_style_qualification_for_property = false:error
@ -64,7 +64,7 @@ dotnet_style_prefer_simplified_interpolation = true
dotnet_style_readonly_field = true:error
# Parameter preferences
dotnet_code_quality_unused_parameters = all:error
dotnet_code_quality__parameters = all:error
# Suppression preferences
dotnet_remove_unnecessary_suppression_exclusions = none
@ -127,8 +127,8 @@ csharp_style_prefer_range_operator = true:error
csharp_style_prefer_tuple_swap = true
csharp_style_prefer_utf8_string_literals = true
csharp_style_throw_expression = true:error
csharp_style_unused_value_assignment_preference = unused_local_variable:error
csharp_style_unused_value_expression_statement_preference = unused_local_variable:error
csharp_style__value_assignment_preference = _local_variable:error
csharp_style__value_expression_statement_preference = discard_variable:error
# 'using' directive preferences
csharp_using_directive_placement = outside_namespace:error