9 lines
215 B
JSON
9 lines
215 B
JSON
{
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"chat.disableAIFeatures": true
|
|
}
|