From 29c24e80abba18f8cde2091f44db5eaa8d3c99dd Mon Sep 17 00:00:00 2001 From: densogiaichned Date: Sun, 15 Sep 2024 09:57:16 +0200 Subject: [PATCH] fix: .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d67c04b..7bbe739 100644 --- a/.editorconfig +++ b/.editorconfig @@ -48,7 +48,7 @@ dotnet_style_prefer_inferred_tuple_names = true:suggestion dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion dotnet_style_prefer_auto_properties = true:silent dotnet_style_prefer_conditional_expression_over_assignment = true:silent -dotnet_style_prefer_conditional_expression_over_return = true:suggestion +dotnet_style_prefer_conditional_expression_over_return = false:suggestion ############################### # Naming Conventions # ###############################