mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
26 lines
372 B
JSON
26 lines
372 B
JSON
{
|
|
"formatter": {
|
|
"language_server": {
|
|
"name": "biome"
|
|
}
|
|
},
|
|
"code_actions_on_format": {
|
|
"source.fixAll.biome": true,
|
|
"source.organizeImports.biome": true,
|
|
"source.organizeImports": true
|
|
},
|
|
"languages": {
|
|
"YAML": {
|
|
"tab_size": 2,
|
|
"hard_tabs": false
|
|
},
|
|
"Go": {
|
|
"formatter": {
|
|
"language_server": {
|
|
"name": "gopls"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|