8 lines
182 B
JSON
8 lines
182 B
JSON
{
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
}
|