PHP-Twig.tmbundle icon indicating copy to clipboard operation
PHP-Twig.tmbundle copied to clipboard

wrong indent on {% set foo = bar %}

Open appsteady-dev opened this issue 5 years ago • 2 comments

Hi, I'm having an indentation issue on {% set foo = bar %} :

{% if patient.fin > date() %}
{% set enCours = true %}
{% else %}
{% set enCours = false %}
{% endif %}

I guess the correct indent would be :

{% if patient.fin > date() %}
    {% set enCours = true %}
{% else %}
    {% set enCours = false %}
{% endif %}

appsteady-dev avatar Mar 06 '19 12:03 appsteady-dev

Same issue here.

NKoonen avatar Jan 31 '20 11:01 NKoonen

is dead this project?

ghost avatar Apr 07 '21 06:04 ghost