]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Correct .editorconfig to use no space after casting (#30132)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Thu, 18 Jul 2024 18:43:20 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2024 18:43:20 +0000 (10:43 -0800)
.editorconfig

index a5dfab07a503b4ba5809a675cb0685632d7a8262..1583c600aa5614c877919f56606d58643cf2d3bf 100644 (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