diff --git a/.editorconfig b/.editorconfig index fab28f133..a8a710254 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,9 @@ insert_final_newline = true # 4 space indentation indent_style = space indent_size = 4 + +# disable redundant style warnings +dotnet_style_qualification_for_field = false:silent +dotnet_style_qualification_for_property = false:silent +dotnet_style_qualification_for_method = false:silent +dotnet_style_qualification_for_event = false:silent \ No newline at end of file