Another attempt to auto-indent
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
c4130cd617
commit
7bf88e0d75
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: elections
|
app: elections
|
||||||
data:
|
data:
|
||||||
|
{%- macro load_file(filename) %} {% include filename %}{%- endmacro -%}
|
||||||
alembic.ini: |-
|
alembic.ini: |-
|
||||||
{% include('alembic.ini') | indent %}
|
{% load_file('alembic.ini') | indent %}
|
||||||
fedora-elections.cfg: |-
|
fedora-elections.cfg: |-
|
||||||
{% include('fedora-elections.cfg') | indent %}
|
{% load_file('fedora-elections.cfg') | indent %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue