Skip to content

Commit

Permalink
Correct .editorconfig to use no space after casting (#30132)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarticodefast authored Jul 18, 2024
1 parent 73111b5 commit a94f1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ csharp_indent_braces = false
csharp_indent_switch_labels = true

# Space preferences
csharp_space_after_cast = true
csharp_space_after_cast = false
csharp_space_after_colon_in_inheritance_clause = true
csharp_space_after_comma = true
csharp_space_after_dot = false
Expand Down

0 comments on commit a94f1f0

Please sign in to comment.