chore(*): Add C# linting

This commit is contained in:
Josh Creek
2022-10-13 12:38:19 +01:00
parent b06c17b414
commit 0dcbc581a8
+6
View File
@@ -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