PHP-Twig.tmbundle
PHP-Twig.tmbundle copied to clipboard
wrong indent on {% set foo = bar %}
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 %}
Same issue here.
is dead this project?