Files
advent-of-code/.editorconfig
T
2022-10-13 12:38:19 +01:00

6 lines
270 B
INI

# 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