From d1b288402800357e51a96a78ccb2fae433349d34 Mon Sep 17 00:00:00 2001 From: Milon Date: Mon, 27 Jan 2025 18:10:26 +0100 Subject: [PATCH] update .editorconfig (#34677) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1583c600aa..8b92144453 100644 --- a/.editorconfig +++ b/.editorconfig @@ -344,6 +344,9 @@ resharper_keep_existing_attribute_arrangement = true resharper_wrap_chained_binary_patterns = chop_if_long resharper_wrap_chained_method_calls = chop_if_long resharper_csharp_trailing_comma_in_multiline_lists = true +resharper_csharp_qualified_using_at_nested_scope = false +resharper_csharp_prefer_qualified_reference = false +resharper_csharp_allow_alias = false [*.{csproj,xml,yml,yaml,dll.config,msbuildproj,targets,props}] indent_size = 2