Files
xahau-web/.vscode/settings.json
2025-11-04 22:30:25 +09:00

11 lines
213 B
JSON

{
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
},
"files.associations": {
"*.css": "tailwindcss"
}
}