From 09444f846fb296e62e843b7e46f0d2cf32641278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enner=20P=C3=A9rez?= Date: Wed, 20 Mar 2024 01:48:54 -0500 Subject: [PATCH] dotnet Namespaces Rules --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index b5f39e6a..1a659dc5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,6 +29,10 @@ dotnet_separate_import_directive_groups = true dotnet_sort_system_directives_first = true file_header_template = unset +# Namespaces +dotnet_style_namespace_match_folder = true:suggestion +csharp_style_namespace_declarations = block_scoped:error + # this. and Me. preferences dotnet_style_qualification_for_event = false:silent dotnet_style_qualification_for_field = false:silent