Stop IDEs suggesting to remove the space between cast type and operand

This commit is contained in:
YoshiRulz 2024-10-09 16:26:47 +10:00
parent be5ac88677
commit b85ddf0382
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -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