style: Fix formatting and spacing

This commit is contained in:
Daniel Akulenok
2024-05-15 11:04:46 +02:00
committed by Daniel Akulenok
parent c4c73c49f2
commit b8c2c54b9e
19 changed files with 22 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{% for tls in item.tls if item.tls is iterable %}
tls {{ tls.name }} {
{% filter indent(bind9_config_indent, true) %}
{{ ('cert-file "' + tls.cert_file + '";\n') if tls.cert_file is defined and tls.cert_file -}}