diff --git a/test/Saunter.Tests.MarkerTypeTests/.editorconfig b/test/Saunter.Tests.MarkerTypeTests/.editorconfig new file mode 100644 index 00000000..0f18a2dd --- /dev/null +++ b/test/Saunter.Tests.MarkerTypeTests/.editorconfig @@ -0,0 +1,7 @@ +# EditorConfig is awesome: https://EditorConfig.org + +root=false + +[*.{cs,vb}] + +dotnet_code_quality_unused_parameters = non_public diff --git a/test/Saunter.Tests/.editorconfig b/test/Saunter.Tests/.editorconfig new file mode 100644 index 00000000..0f18a2dd --- /dev/null +++ b/test/Saunter.Tests/.editorconfig @@ -0,0 +1,7 @@ +# EditorConfig is awesome: https://EditorConfig.org + +root=false + +[*.{cs,vb}] + +dotnet_code_quality_unused_parameters = non_public