mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
23 lines
571 B
JSON
23 lines
571 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"quickfix.biome": "always",
|
|
"source.organizeImports.biome": "always"
|
|
},
|
|
"frontMatter.dashboard.openOnStart": false
|
|
}
|