18 lines
248 B
JSON
18 lines
248 B
JSON
{
|
|
"formatter": {
|
|
"language_server": {
|
|
"name": "biome"
|
|
}
|
|
},
|
|
"code_actions_on_format": {
|
|
"source.fixAll.biome": true,
|
|
"source.organizeImports.biome": true
|
|
},
|
|
"languages": {
|
|
"YAML": {
|
|
"tab_size": 2,
|
|
"hard_tabs": false
|
|
}
|
|
}
|
|
}
|