Another attempt to auto-indent

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-01-23 12:03:01 +01:00
parent c4130cd617
commit 7bf88e0d75

View file

@ -6,7 +6,8 @@ metadata:
labels:
app: elections
data:
{%- macro load_file(filename) %} {% include filename %}{%- endmacro -%}
alembic.ini: |-
{% include('alembic.ini') | indent %}
{% load_file('alembic.ini') | indent %}
fedora-elections.cfg: |-
{% include('fedora-elections.cfg') | indent %}
{% load_file('fedora-elections.cfg') | indent %}