From b85ddf0382ef5c1be9566d827fb6bb1e1207638b Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 9 Oct 2024 16:26:47 +1000 Subject: [PATCH] Stop IDEs suggesting to remove the space between cast type and operand --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 25222e51eb..893035f7e9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ csharp_new_line_before_open_brace = all csharp_new_line_before_else = true csharp_new_line_before_catch = true csharp_new_line_before_finally = true +csharp_space_after_cast = true csharp_indent_switch_labels = true csharp_indent_case_contents = true csharp_indent_labels = one_less_than_current