1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

style: format JSONC files with Prettier correctly

This commit is contained in:
2024-01-24 21:49:30 +01:00
parent bac65ad61a
commit 548ddc8425
2 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@
"vscode": {
"settings": {
"remote.autoForwardPorts": false,
"remote.localPortHost": "allInterfaces"
}
"remote.localPortHost": "allInterfaces",
},
},
"extensions": [
"editorconfig.editorconfig",
@ -17,8 +17,8 @@
"davidanson.vscode-markdownlint",
"bradlc.vscode-tailwindcss",
"mikestead.dotenv",
"ms-azuretools.vscode-docker"
]
"ms-azuretools.vscode-docker",
],
},
"remoteUser": "node"
"remoteUser": "node",
}