mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-06-17 13:49:15 +08:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"workbench.colorTheme": "One Monokai",
|
|
"editor.tabSize": 2,
|
|
"editor.detectIndentation": false,
|
|
"emmet.triggerExpansionOnTab": true,
|
|
"editor.formatOnSave": true,
|
|
"javascript.format.enable": true,
|
|
"git.enableSmartCommit": true,
|
|
"git.autofetch": true,
|
|
"git.confirmSync": false,
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"liveServer.settings.donotShowInfoMsg": true,
|
|
"explorer.confirmDelete": false,
|
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"files.exclude": {
|
|
"**/.idea": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.stylelint": true,
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[scss]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"prettier.htmlWhitespaceSensitivity": "ignore",
|
|
"prettier.vueIndentScriptAndStyle": true,
|
|
"docthis.authorName": "chuzhixin 1204505056@qq.com",
|
|
"docthis.includeAuthorTag": true,
|
|
"docthis.includeDescriptionTag": true,
|
|
"docthis.enableHungarianNotationEvaluation": true,
|
|
"docthis.inferTypesFromNames": true,
|
|
"vetur.format.defaultFormatter.html": "prettier"
|
|
}
|