mirror of
https://github.com/jacobtread/obsidian-timekeep.git
synced 2026-07-22 10:10:27 +00:00
8 lines
186 B
JSON
8 lines
186 B
JSON
{
|
|
"oxc.fmt.configPath": ".oxfmtrc.json",
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.oxc": "always"
|
|
}
|
|
}
|