Skip to content

Commit

Permalink
Set csharp_indent_case_contents_when_block to false (#103091)
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding authored Jun 13, 2024
1 parent bb82d64 commit 0afabfb
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 @@ -31,7 +31,7 @@ csharp_new_line_between_query_expression_clauses = true
csharp_indent_block_contents = true
csharp_indent_braces = false
csharp_indent_case_contents = true
csharp_indent_case_contents_when_block = true
csharp_indent_case_contents_when_block = false
csharp_indent_switch_labels = true
csharp_indent_labels = one_less_than_current

Expand Down

0 comments on commit 0afabfb

Please sign in to comment.