{ "editor.formatOnSave": true, "typescript.format.enable": true, "typescript.preferences.quoteStyle": "single", "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[html]": { "editor.defaultFormatter": "vscode.json-language-features", "editor.formatOnSave": false }, "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features", "editor.codeActionsOnSave": { "source.organizeImports": true, // "source.fixAll": true } }, "javascript.preferences.quoteStyle": "single", "javascript.preferences.importModuleSpecifierEnding": "minimal", "typescript.preferences.importModuleSpecifierEnding": "minimal", "typescript.preferences.includePackageJsonAutoImports": "on", "i18n-ally.localesPaths": "src/locales", "i18n-ally.keystyle": "nested", "i18n-ally.extract.keygenStrategy":"slug", "i18n-ally.enabledFrameworks": [ "custom" ], "i18n-ally.sourceLanguage": "en" }