mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-17 13:17:07 +02:00
7314aedc71
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
191 B
JSON
9 lines
191 B
JSON
{
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.oxc": "explicit"
|
|
}
|
|
}
|