From 00d7c977e773e4a2f0ef7b973162e5537cbd067a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:31:58 -0600 Subject: [PATCH] chore: move editorconfig to correct location --- tests/.editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/.editorconfig diff --git a/tests/.editorconfig b/tests/.editorconfig new file mode 100644 index 0000000..23d43b0 --- /dev/null +++ b/tests/.editorconfig @@ -0,0 +1,5 @@ +[*.cs] + +dotnet_diagnostic.CA1707.severity = none +dotnet_diagnostic.CA1062.severity = none +dotnet_diagnostic.CA2007.severity = none