trepa-web/.vscode/settings.json

8 lines
152 B
JSON
Raw Normal View History

2024-05-17 11:45:32 +02:00
{
2024-07-16 22:41:10 +02:00
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
}
}