mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 15:31:21 +08:00
21 lines
762 B
JSON
21 lines
762 B
JSON
{
|
|
"[javascript]": { "editor.defaultFormatter": "biomejs.biome" },
|
|
"[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
|
"[javascriptreact]": { "editor.defaultFormatter": "biomejs.biome" },
|
|
"[typescriptreact]": { "editor.defaultFormatter": "biomejs.biome" },
|
|
"[json]": { "editor.defaultFormatter": "biomejs.biome" },
|
|
"[jsonc]": { "editor.defaultFormatter": "biomejs.biome" },
|
|
"editor.formatOnSave": true,
|
|
"prettier.documentSelectors": ["**/*.astro"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "never",
|
|
"source.organizeImports.biome": "explicit",
|
|
"quickfix.biome": "explicit"
|
|
},
|
|
"[markdown]": {
|
|
"editor.wordWrap": "on"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"astro.content-intellisense": true
|
|
}
|