trepa-web/.vscode/settings.json
2024-07-16 22:41:10 +02:00

7 lines
152 B
JSON

{
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
}
}