Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 425baea

Browse files
committed
Make prefer braces a suggestion
1 parent c6eba10 commit 425baea

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
@@ -63,7 +63,7 @@ csharp_style_throw_expression = true:suggestion
6363
csharp_style_conditional_delegate_call = true:suggestion
6464

6565
# Expression-level preferences
66-
csharp_prefer_braces = false:none
66+
csharp_prefer_braces = false:suggestion
6767
csharp_style_deconstructed_variable_declaration = true:suggestion
6868
csharp_prefer_simple_default_expression = true:suggestion
6969
csharp_style_inlined_variable_declaration = true:suggestion

0 commit comments

Comments
 (0)