diff --git a/.vscode/settings.json b/.vscode/settings.json index 38bd426f2f..6ffa1b9bde 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { - "i18n-ally.localesPaths": ["./i18n/locales"], + "editor.defaultFormatter": "oxc.oxc-vscode", + "editor.formatOnSave": true, "i18n-ally.keystyle": "nested", + "i18n-ally.localesPaths": ["./i18n/locales"], "typescript.tsdk": "node_modules/typescript/lib" }