From: miniduikboot <5243971+miniduikboot@users.noreply.github.com> Date: Thu, 1 Apr 2021 15:49:41 +0000 (+0200) Subject: editorconfig: Don't indent blocks in case contents X-Git-Tag: v1.4.0~14^2~13^2~8 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=4c1bd4a57813bbf81afab6afeefa6304e568040b;p=rhonda%2Fimpostor.git editorconfig: Don't indent blocks in case contents This is more in line with the existing codebase --- 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