Files
.dotfiles/.editorconfig
2025-05-30 15:34:12 +02:00

6 lines
230 B
INI

# don't complain about using the System.Int32 versions instead of int
dotnet_diagnostic.IDE0049.severity = none
# don't complain about accessing a member through nested namespace/classes
dotnet_diagnostic.IDE0002.severity = none