From 62a11f76d22c97093a4f3d36b5f1aea11bc79fad Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Mon, 2 Feb 2026 15:04:23 +0200 Subject: [PATCH] Add editorconfig Source files being under src/ directory will never match the namespaces. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5565348 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# IDE0130: Namespace does not match folder structure +dotnet_style_namespace_match_folder = false