mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
17 lines
372 B
JSON
17 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",
|
|
}
|
|
}
|