Files
nixi-web/.vscode/settings.json

12 lines
235 B
JSON

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