mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
6 lines
270 B
INI
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 |