Skip to content

Commit

Permalink
Update editorconfig.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 13, 2024
1 parent be6edfa commit 8678efd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ProjectDefaults/editorconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ indent_style = space
indent_size = 4
charset = utf-8

# Redundant accessor body
resharper_redundant_accessor_body_highlighting = error

# Replace with field keyword
resharper_replace_with_field_keyword_highlighting = error

# Declare types in namespaces
dotnet_diagnostic.CA1050.severity = None
Expand Down Expand Up @@ -200,6 +205,7 @@ resharper_field_can_be_made_read_only_local_highlighting = none
resharper_merge_into_logical_pattern_highlighting = warning
resharper_merge_into_pattern_highlighting = error
resharper_method_has_async_overload_highlighting = warning
# because stop rider giving errors before source generators have run
resharper_partial_type_with_single_part_highlighting = warning
resharper_redundant_base_qualifier_highlighting = warning
resharper_redundant_cast_highlighting = error
Expand Down

0 comments on commit 8678efd

Please sign in to comment.