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:
|
||||
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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue