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
I think this plugin should automatically add space between the opening and closing tag.
So {{ is expanded to {{}}, but should be expanded to {{ | }} (where | represent the cursor).
Same for {% expanded to {%%} instead of {% | %}.
The text was updated successfully, but these errors were encountered:
Space between the tags is the recommended style from the Twig website, but not mandatory.
So maybe this could be an option, but I don't know anyone who would disable this as it make the code harder to read.
I think this plugin should automatically add space between the opening and closing tag.
So
{{
is expanded to{{}}
, but should be expanded to{{ | }}
(where | represent the cursor).Same for
{%
expanded to{%%}
instead of{% | %}
.The text was updated successfully, but these errors were encountered: