style: fix the Prettier linted files

This commit is contained in:
Matouš Volf 2024-12-29 19:21:50 +01:00
parent 3ab06794e3
commit 149451cc77
Signed by: matous-volf
GPG Key ID: A23C7E16096933BE
8 changed files with 69 additions and 67 deletions

View File

@ -5,5 +5,5 @@
/node_modules/ /node_modules/
/static/ /static/
/target/ /target/
/docker-compose-dev.yml /docker-compose-dev.yaml
/docker-compose-prod.yml /docker-compose-prod.yaml

View File

@ -3,7 +3,7 @@
<deployment type="docker-compose.yml"> <deployment type="docker-compose.yml">
<settings> <settings>
<option name="envFilePath" value="" /> <option name="envFilePath" value="" />
<option name="sourceFilePath" value="docker-compose-dev.yml" /> <option name="sourceFilePath" value="docker-compose-dev.yaml" />
</settings> </settings>
</deployment> </deployment>
<method v="2" /> <method v="2" />

View File

@ -1,3 +1,4 @@
---
services: services:
app: app:
build: build:

View File

@ -1,3 +1,4 @@
---
services: services:
app: app:
build: build: