vscode-twig-language icon indicating copy to clipboard operation
vscode-twig-language copied to clipboard

Spacing in variables

Open dzpt opened this issue 5 years ago • 0 comments

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 😁

dzpt avatar Feb 17 '20 08:02 dzpt