From e0c8816bc0a656455fb3ce62279ac817040749fb Mon Sep 17 00:00:00 2001 From: Romfos Date: Mon, 3 Jun 2024 09:52:03 +0200 Subject: [PATCH] Added csharp_style_prefer_primary_constructors into editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 840e3c38..8f017d42 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,6 +20,7 @@ dotnet_style_qualification_for_event = false:suggestion csharp_style_namespace_declarations = file_scoped:warning dotnet_style_prefer_collection_expression = true:warning dotnet_style_collection_initializer = true:warning +csharp_style_prefer_primary_constructors = true:warning # ReSharper properties resharper_int_align_switch_expressions = true