mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
888 B
28 lines
888 B
{
|
|
"editor.tabSize": 2,
|
|
"editor.useTabStops": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"nuxtr.vueFiles.style.addStyleTag": false,
|
|
"nuxtr.piniaFiles.defaultTemplate": "setup",
|
|
"nuxtr.monorepoMode.DirectoryName": "src",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "always"
|
|
},
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"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"
|
|
}
|
|
|