From ebbc3f6fc0e8e959d7a9edc29a8e557ac473632f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Sat, 28 Jan 2023 14:33:46 +0100 Subject: [PATCH] Gitignore, editorconfig --- .editorconfig | 5 ++++- .gitignore | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9d2b516..509756f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,7 @@ [*.cs] dotnet_diagnostic.RCS1196.severity = none csharp_style_namespace_declarations = file_scoped:error -dotnet_diagnostic.IDE0161.severity = error \ No newline at end of file +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 diff --git a/.gitignore b/.gitignore index ff59319..c0f1382 100644 --- a/.gitignore +++ b/.gitignore @@ -409,3 +409,5 @@ FodyWeavers.xsd # Built Visual Studio Code Extensions *.vsix + +appdata \ No newline at end of file