Files
crtr/.editorconfig
2022-09-30 17:32:21 +08:00

8 lines
235 B
INI

[*.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