chore: update editorconfig settings

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent 42e590d9e6
commit c5a429683c
3 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -59,7 +59,7 @@ 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_conditional_expression_over_assignment = true:suggestion
dotnet_style_prefer_conditional_expression_over_return = true:suggestion
dotnet_style_prefer_conditional_expression_over_return = false:silent
dotnet_style_prefer_foreach_explicit_cast_in_source = when_strongly_typed:suggestion
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
dotnet_style_prefer_inferred_tuple_names = true:suggestion
@@ -81,7 +81,9 @@ dotnet_remove_unnecessary_suppression_exclusions = none
# analyzer settings
dotnet_diagnostic.IDE0058.severity = none
dotnet_diagnostic.IDE0100.severity = none
dotnet_diagnostic.CA1515.severity = none
dotnet_diagnostic.CA1848.severity = none
# var preferences
csharp_style_var_elsewhere = true:suggestion