website-astro/.vscode/settings.json

9 lines
213 B
JSON
Raw Permalink Normal View History

2022-12-02 11:21:18 +01:00
{
2024-12-29 12:33:22 +01:00
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"astro.content-intellisense": true
2024-12-28 11:52:32 +01:00
}