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