From 4c1bd4a57813bbf81afab6afeefa6304e568040b Mon Sep 17 00:00:00 2001 From: miniduikboot <5243971+miniduikboot@users.noreply.github.com> Date: Thu, 1 Apr 2021 17:49:41 +0200 Subject: [PATCH] editorconfig: Don't indent blocks in case contents This is more in line with the existing codebase --- src/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index 38c7085..88f363e 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -171,7 +171,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 = flush_left -- 2.39.5