This commit is contained in:
Brandon Minnick 2021-10-15 14:32:27 -07:00
Родитель 1279b0a2ba
Коммит 98ec09cb54
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5732C9AD1457CA72
1 изменённых файлов: 10 добавлений и 0 удалений

10
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,10 @@
[*.cs]
# Organize usings
dotnet_sort_system_directives_first = true
# IDE0160: Convert to block scoped namespace
csharp_style_namespace_declarations = file_scoped
# CS4014: Because this call is not awaited, execution of the current method continues before the call is completed
dotnet_diagnostic.CS4014.severity = error