jacobtread_obsidian-timekeep/.vscode/settings.json
2026-03-26 16:05:06 +13:00

8 lines
186 B
JSON

{
"oxc.fmt.configPath": ".oxfmtrc.json",
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.oxc": "always"
}
}