diff --git a/.editorconfig b/.editorconfig index 1e4724862..a0cd5584f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -64,6 +64,10 @@ dotnet_style_predefined_type_for_member_access = true:suggestion dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion dotnet_style_parentheses_in_other_operators=always_for_clarity:silent dotnet_style_object_initializer = false +dotnet_style_qualification_for_event = true:suggestion +dotnet_style_qualification_for_field = true:suggestion +dotnet_style_qualification_for_method = true:suggestion +dotnet_style_qualification_for_property = true:suggestion csharp_space_between_method_call_empty_parameter_list_parentheses = false csharp_space_between_method_call_parameter_list_parentheses = false csharp_space_between_method_declaration_empty_parameter_list_parentheses = false