{ "editor.tabSize": 2, "editor.indentSize": "tabSize", "editor.formatOnSave": true, "editor.formatOnPaste": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.guides.bracketPairs": "active", "html.format.maxPreserveNewLines": 120, "javascript.format.semicolons": "remove", "javascript.preferences.quoteStyle": "single", "typescript.format.semicolons": "remove", "typescript.preferences.quoteStyle": "single", "workbench.editor.wrapTabs": true, "prettier.printWidth": 120, "prettier.useTabs": false, "prettier.singleQuote": true, "prettier.semi": false, "path-intellisense.mappings": { "~": "${workspaceRoot}/lib" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[vue]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "i18n-ally.enabledFrameworks": [ "vue", "vue-sfc" ], "i18n-ally.localesPaths": "lib/locale", "i18n-ally.enabledParsers": [ "ts" ], "i18n-ally.sourceLanguage": "en-US", "i18n-ally.displayLanguage": "zh-CN", "i18n-ally.keystyle": "nested", }