03ff455578
Add editorconfig with tuned configuration
9 lines
266 B
INI
9 lines
266 B
INI
# top-most EditorConfig file
|
|
# We don't want to import other EditorConfig files and we want
|
|
# to ensure no rules are enabled for these asset source files.
|
|
root = true
|
|
|
|
[*.cs]
|
|
# Default severity for all analyzer diagnostics
|
|
dotnet_analyzer_diagnostic.severity = none
|