Skip to content

Commit

Permalink
fix: .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
densogiaichned committed Sep 15, 2024
1 parent 1cb1705 commit 29c24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
###############################
Expand Down

0 comments on commit 29c24e8

Please sign in to comment.