Skip to content

Commit

Permalink
Stop IDEs suggesting to remove the space between cast type and operand
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Oct 9, 2024
1 parent be5ac88 commit b85ddf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b85ddf0

Please sign in to comment.