Single trailing newline

This commit is contained in:
hh
2026-09-09 00:19:34 +02:00
parent 7ee077ada0
commit 3b516022bd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ sessions/*.session*
node_modules/
.svelte-kit/
/build/
{% endif %}
{% endif %}
+1 -1
View File
@@ -23,4 +23,4 @@ repos:
language: system
files: ^{{ part }}/
pass_filenames: false
{% endfor %}
{% endfor %}
@@ -1,3 +1,3 @@
{% if parts %}COMPOSE_FILE=docker-compose.yml{% for part in parts %}:{{ part }}/docker-compose.override.yml{% endfor %}
COMPOSE_PROFILES={% if 'backend' in parts %}external,{% endif %}services
{% endif %}
{% endif %}
@@ -2,4 +2,4 @@
{% for part in parts %} - path: {{ part }}/docker-compose.yml
project_directory: .
{% endfor %}{% else %}services: {}
{% endif %}
{% endif %}