wrath/.vscode/settings.json
Lio 9f62303e6f
Some checks are pending
ci/woodpecker/push/build Pipeline is running
checkin
2025-11-18 22:53:10 +01:00

14 lines
357 B
JSON

{
"biome.enabled": false,
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"[mdx]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}