Files
LuaCsForBarotraumaEP/.editorconfig
2023-01-31 18:08:26 +02:00

7 lines
149 B
INI

[*.cs]
# IDE0090: Use 'new(...)'
csharp_style_implicit_object_creation_when_type_is_apparent = false
dotnet_diagnostic.CA1806.severity = silent