Skip to content

Commit 29c24e8

Browse files
fix: .editorconfig
1 parent 1cb1705 commit 29c24e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dotnet_style_prefer_inferred_tuple_names = true:suggestion
4848
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
4949
dotnet_style_prefer_auto_properties = true:silent
5050
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
51-
dotnet_style_prefer_conditional_expression_over_return = true:suggestion
51+
dotnet_style_prefer_conditional_expression_over_return = false:suggestion
5252
###############################
5353
# Naming Conventions #
5454
###############################

0 commit comments

Comments
 (0)