Skip to content

Commit 0afabfb

Browse files
Set csharp_indent_case_contents_when_block to false (#103091)
1 parent bb82d64 commit 0afabfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ csharp_new_line_between_query_expression_clauses = true
3131
csharp_indent_block_contents = true
3232
csharp_indent_braces = false
3333
csharp_indent_case_contents = true
34-
csharp_indent_case_contents_when_block = true
34+
csharp_indent_case_contents_when_block = false
3535
csharp_indent_switch_labels = true
3636
csharp_indent_labels = one_less_than_current
3737

0 commit comments

Comments
 (0)