mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
18 lines
372 B
JSON
18 lines
372 B
JSON
|
{
|
||
|
"[json]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
},
|
||
|
"[javascript]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
},
|
||
|
"[typescript]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
},
|
||
|
"[javascriptreact]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
},
|
||
|
"[typescriptreact]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
}
|
||
|
}
|