chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:33:39 +02:00
parent a8781724d4
commit 71ea41695f
209 changed files with 4093 additions and 4114 deletions

View File

@ -1,9 +1,9 @@
services:
workspace:
build:
context: './'
dockerfile: './Dockerfile'
context: "./"
dockerfile: "./Dockerfile"
volumes:
- '..:/workspace:cached'
command: 'sleep infinity'
network_mode: 'host'
- "..:/workspace:cached"
command: "sleep infinity"
network_mode: "host"