Skip to content

Commit ddb605e

Browse files
committed
Update .editorconfig
1 parent 98c6c34 commit ddb605e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/.editorconfig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ indent_style = space
1111
indent_size = 4
1212
charset = utf-8
1313

14+
# Redundant accessor body
15+
resharper_redundant_accessor_body_highlighting = error
16+
17+
# Replace with field keyword
18+
resharper_replace_with_field_keyword_highlighting = error
1419

1520
# Declare types in namespaces
1621
dotnet_diagnostic.CA1050.severity = None
@@ -200,6 +205,7 @@ resharper_field_can_be_made_read_only_local_highlighting = none
200205
resharper_merge_into_logical_pattern_highlighting = warning
201206
resharper_merge_into_pattern_highlighting = error
202207
resharper_method_has_async_overload_highlighting = warning
208+
# because stop rider giving errors before source generators have run
203209
resharper_partial_type_with_single_part_highlighting = warning
204210
resharper_redundant_base_qualifier_highlighting = warning
205211
resharper_redundant_cast_highlighting = error
@@ -316,7 +322,7 @@ ij_xml_space_inside_empty_tag = true
316322
indent_size = 2
317323

318324
# Verify settings
319-
[*.{received,verified}.{txt,xml,json,md,sql,csv,html}]
325+
[*.{received,verified}.{txt,xml,json,md,sql,csv,html,md}]
320326
charset = "utf-8-bom"
321327
end_of_line = lf
322328
indent_size = unset

0 commit comments

Comments
 (0)