Closed MalteJanz closed 9 months ago
Currently there is no empty line suggestion between twig blocks on the top level.
Example:
{% block first %} first {% endblock %} {% block second %} second {% endblock %}
Should be formatted like:
This is already the case lower in the syntax tree (not top level in the file)
Currently there is no empty line suggestion between twig blocks on the top level.
Example:
Should be formatted like:
This is already the case lower in the syntax tree (not top level in the file)