Remove space after <?=

Does anyone know which setting controls removing the space after the <?= and before the ?> when outputting data using PHP short tags?  For example:

<?=$test?> formats to <?= $test ?> and I can't find the setting to control it for the life of me :p

0
Avatar
Permanently deleted user

To anyone interested, apparently there's a ticket open here: http://youtrack.jetbrains.com/issue/WI-17096

0

请先登录再写评论。