chore: .editorconfig file for Code Style

This commit is contained in:
Syntriax 2024-11-10 20:34:55 +03:00
parent 1545291942
commit 1b3b999a95
1 changed files with 4 additions and 0 deletions

4
.editorconfig Normal file
View File

@ -0,0 +1,4 @@
[*.cs]
# Default severity for analyzer diagnostics with category 'CodeQuality'
dotnet_analyzer_diagnostic.category-CodeQuality.severity = error