Add project files.

This commit is contained in:
2022-09-30 17:32:21 +08:00
parent df69e65c88
commit e8e36b83bd
561 changed files with 40626 additions and 0 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
[*.cs]
# IDE0008: Use explicit type
dotnet_diagnostic.IDE0008.severity = none
csharp_style_var_when_type_is_apparent=false:suggestion
csharp_style_var_for_built_in_types=false:suggestion
csharp_style_var_elsewhere=false:suggestion