vscode-twig-language
vscode-twig-language copied to clipboard
Spacing in variables
Convert things like:
{{foo.bar}} -> {{ foo.bar }}
{%if foo%} -> {% if foo %}
{{ foo|asset_url }} -> {{ foo | asset_url }}
As it is the recommended syntax, and would greatly improve the crazy inconsistencies in peoples' code 😁