trepa-web/.vscode/settings.json

8 lines
223 B
JSON
Raw Normal View History

2024-05-17 11:45:32 +02:00
{
"editor.formatOnSave": true,
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"editor.defaultFormatter": "biomejs.biome",
"typescript.tsdk": "node_modules/typescript/lib"
}