Files
yaak/.vscode/settings.json
2026-03-13 08:44:52 -07:00

9 lines
191 B
JSON

{
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.codeActionsOnSave": {
"source.fixAll.oxc": "explicit"
}
}