From f85a25c0d00bf2b7291d1901c418b7d9a425d0e9 Mon Sep 17 00:00:00 2001 From: nenoNaninu Date: Fri, 24 Nov 2023 00:14:09 +0900 Subject: [PATCH] update .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index c23839f..870dcc1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -240,6 +240,7 @@ csharp_preserve_single_line_statements = true csharp_style_namespace_declarations = file_scoped:error csharp_style_implicit_object_creation_when_type_is_apparent = false +csharp_style_prefer_primary_constructors = false # CA1822: Mark members as static dotnet_diagnostic.CA1822.severity = none