Correct .editorconfig to use no space after casting (#30132)

This commit is contained in:
slarticodefast 2024-07-18 20:43:20 +02:00 committed by GitHub
parent 73111b5170
commit a94f1f0fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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