Correct .editorconfig to use no space after casting (#30132)
This commit is contained in:
parent
73111b5170
commit
a94f1f0fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue