From 10b01c452bb23189b725e38afd6dfdf72fc6d19b Mon Sep 17 00:00:00 2001 From: kal <35899782+kalilistic@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:16:03 -0500 Subject: [PATCH] chore: properly handle this prefix --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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