mblode/vscode-twig-language

Problem using "-" like in {%- block 'X' -%}

Opened this issue · 0 comments

I use {%- and -%} to suppress spaces. '-' can be add right, left or both.

Formating don't take care of it like for standart delimiter.

Example :

        {% block title -%}
        block title
    {%- endblock %}