add configuration files

This commit is contained in:
unset
2025-03-09 16:00:20 +01:00
committed by Quinn
commit 0bff70d604
51 changed files with 6970 additions and 0 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
# 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