mirror of
https://github.com/wg-easy/wg-easy.git
synced 2026-04-22 23:37:06 +08:00
31 lines
888 B
JSON
31 lines
888 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.useTabStops": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "always"
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 4,
|
|
"editor.useTabStops": false
|
|
},
|
|
"typescript.tsdk": "./src/node_modules/typescript/lib",
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
|
"i18n-ally.localesPaths": ["src/i18n/locales"],
|
|
"i18n-ally.sortKeys": false,
|
|
"i18n-ally.keepFulfilled": false,
|
|
"i18n-ally.keystyle": "nested",
|
|
"editor.gotoLocation.multipleDefinitions": "goto"
|
|
}
|