update editor config to have space next to casts

This commit is contained in:
GMatrixGames
2021-10-14 11:39:46 -04:00
parent 6f78a9c24e
commit d65fd5159f
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ csharp_style_throw_expression = true:suggestion
csharp_style_conditional_delegate_call = true:suggestion
# Space preferences
csharp_space_after_cast = false
csharp_space_after_cast = true
csharp_space_after_colon_in_inheritance_clause = true
csharp_space_after_comma = true
csharp_space_after_dot = false