diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..52539f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# Remove the line below if you want to inherit .editorconfig settings from higher directories +root = true + +[*.cs] +# Default severity for analyzer diagnostics with category 'Style' (escalated to build warnings) +dotnet_analyzer_diagnostic.category-Style.severity = warning \ No newline at end of file