You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @IkotikI. I'm sorry I don't think you can avoid do this, formatting the spaces this way it's in the inner part of the rules, not an special one you can active/deactivate
Thus, to be more clear, I should create an special rule to make the formatter behave this way, something you could opt in as "KeepSpaceAfterShortOpen", that would run after "ResizeSpaces".
At this moment I'm limiting the number of new rules to be created, as they're time consuming. My goal is to fix errors in the current ones.
So, on save in short echo tags
<?= ... ?>
spaces before and after trimmed after formatting.Example:
Before:
<?= $name ?>
After:
<?=$name?>
How to disable it? In normal tags
<?php ... ?>
nothing trimmed, and that's what I need.The text was updated successfully, but these errors were encountered: