mirror of
https://github.com/Xahau/xahau-web.git
synced 2025-12-02 08:55:49 +00:00
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.biome": "explicit"
|
|
},
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
}
|
|
}
|