Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong indent on {% set foo = bar %} #71

Open
appsteady-dev opened this issue Mar 6, 2019 · 2 comments
Open

wrong indent on {% set foo = bar %} #71

appsteady-dev opened this issue Mar 6, 2019 · 2 comments

Comments

@appsteady-dev
Copy link

appsteady-dev commented Mar 6, 2019

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 %}
@NKoonen
Copy link

NKoonen commented Jan 31, 2020

Same issue here.

@ghost
Copy link

ghost commented Apr 7, 2021

is dead this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants