Gitignore, editorconfig

This commit is contained in:
2023-01-28 14:33:46 +01:00
parent ae1dea2e5d
commit ebbc3f6fc0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
[*.cs] [*.cs]
dotnet_diagnostic.RCS1196.severity = none dotnet_diagnostic.RCS1196.severity = none
csharp_style_namespace_declarations = file_scoped:error csharp_style_namespace_declarations = file_scoped:error
dotnet_diagnostic.IDE0161.severity = error dotnet_diagnostic.IDE0161.severity = error
csharp_style_var_for_built_in_types = true:warning
csharp_style_var_when_type_is_apparent = true:warning
csharp_style_var_elsewhere = true:warning

2
.gitignore vendored
View File

@@ -409,3 +409,5 @@ FodyWeavers.xsd
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix
appdata