From 0dcbc581a82420be7e3bf788b64f912ac7184e64 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 13 Oct 2022 12:38:19 +0100 Subject: [PATCH] chore(*): Add C# linting --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig 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