From 8326e1749d0701d75a811188296c1716aa43f1fa Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:43:50 -0500 Subject: [PATCH] chore: update editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 60b870e..93684b2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -77,6 +77,9 @@ dotnet_remove_unnecessary_suppression_exclusions = none #### C# Coding Conventions #### [*.cs] +# namespace preferences +csharp_style_namespace_declarations = file_scoped:suggestion + # var preferences csharp_style_var_elsewhere = false:silent csharp_style_var_for_built_in_types = false:silent