trepa-web/.vscode/settings.json
2024-05-17 11:45:32 +02:00

8 lines
No EOL
223 B
JSON

{
"editor.formatOnSave": true,
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"editor.defaultFormatter": "biomejs.biome",
"typescript.tsdk": "node_modules/typescript/lib"
}