Skip to content

Commit 52e3f59

Browse files
committed
style: remove redundant .NET qualification properties and disable ReSharper this qualifier highlighting
Consolidate editor configuration by removing duplicate qualification rules and ensuring ReSharper aligns with the project's preference for avoiding "this." qualifiers.
1 parent 327d5c4 commit 52e3f59

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.editorconfig

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ end_of_line = lf
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
1212

13-
# Microsoft .NET properties
14-
dotnet_style_qualification_for_event = false:none
15-
dotnet_style_qualification_for_field = false:none
16-
dotnet_style_qualification_for_method = false:none
17-
dotnet_style_qualification_for_property = false:none
18-
1913
[{*.yml,*.xml}]
2014
indent_size = 2
2115

@@ -25,12 +19,6 @@ indent_size = 2
2519
dotnet_separate_import_directive_groups = false
2620
dotnet_sort_system_directives_first = true
2721

28-
# Avoid "this." and "Me." if not necessary
29-
dotnet_style_qualification_for_field = false:silent
30-
dotnet_style_qualification_for_property = false:silent
31-
dotnet_style_qualification_for_method = false:silent
32-
dotnet_style_qualification_for_event = false:silent
33-
3422
# Use language keywords instead of framework type names for type references
3523
dotnet_style_predefined_type_for_locals_parameters_members = true:warning
3624
dotnet_style_predefined_type_for_member_access = true:warning
@@ -186,6 +174,8 @@ dotnet_diagnostic.S4136.severity = none
186174

187175
xml_space_before_self_closing = true
188176

177+
resharper_arrange_this_qualifier_highlighting = none
178+
189179
resharper_arrange_object_creation_when_type_not_evident_highlighting = none
190180

191181
resharper_unused_auto_property_accessor_global_highlighting = none

0 commit comments

Comments
 (0)