From 0afabfb44653e922b4fd9950f07e482b65ad08cd Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Thu, 13 Jun 2024 14:14:47 -0700 Subject: [PATCH] Set csharp_indent_case_contents_when_block to false (#103091) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7bbf4ec5b35e3..6115362ec2cee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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