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
Please sign in to leave a comment.
To anyone interested, apparently there's a ticket open here: http://youtrack.jetbrains.com/issue/WI-17096