17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.biome": "explicit",
|
|
"source.organizeImports.biome": "explicit"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"[json]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
},
|
|
"files.associations": {
|
|
"**/opencode.json": "jsonc"
|
|
}
|
|
}
|