33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"languages": {
|
|
"JSON": {
|
|
"formatter": { "language_server": { "name": "biome" } },
|
|
"code_actions_on_format": {
|
|
"source.fixAll.biome": true,
|
|
"source.organizeImports.biome": true
|
|
}
|
|
},
|
|
"JavaScript": {
|
|
"formatter": { "language_server": { "name": "biome" } },
|
|
"code_actions_on_format": {
|
|
"source.fixAll.biome": true,
|
|
"source.organizeImports.biome": true
|
|
}
|
|
},
|
|
"TypeScript": {
|
|
"formatter": { "language_server": { "name": "biome" } },
|
|
"code_actions_on_format": {
|
|
"source.fixAll.biome": true,
|
|
"source.organizeImports.biome": true
|
|
}
|
|
},
|
|
"TSX": {
|
|
"formatter": { "language_server": { "name": "biome" } },
|
|
"code_actions_on_format": {
|
|
"source.fixAll.biome": true,
|
|
"source.organizeImports.biome": true
|
|
}
|
|
}
|
|
}
|
|
}
|