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

Commit 27f9b23

Browse files
committed
Suggest always using braces
1 parent a830391 commit 27f9b23

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:suggestion
66+
csharp_prefer_braces = true: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)