{
"workbench.iconTheme": "vscode-icons",
"editor.quickSuggestions": {
"strings": true
},
"docthis.includeDescriptionTag": true,
"sync.gist": "2d34aaa3586126b9d0ef5a2d3fbb1afc",
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src"
},
"fileheader.customMade":{
"Author":"jinjianwei",
"Date":"Do not edit",
"Description":"Do not edit"
},
"fileheader.cursorMode": {},
"bracket-pair-colorizer-2.depreciation-notice": false,
"alignment.surroundSpace": {
"colon": [
0,
1
],
"assignment": [
1,
1
],
"arrow": [
1,
1
],
"comment": 2
},
"settings": {
"liveServer.settings.AdvanceCustomBrowserCmdLine": "",
"liveServer.settings.CustomBrowser": "chrome",
"editor.fontsize": 14,
"editor.formatOnSave": true
},
"editor.tabSize": 2,
"[javascriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.fontSize": 14.5,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"editor.suggest.snippetsPreventQuickSuggestions": false,
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"editor.minimap.enabled": false,
"workbench.activityBar.visible": true,
"standard.autoFixOnSave": true,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"emmet.triggerExpansionOnTab": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true,
"eslint.validate": [
"javascript",
"vue",
"html"
],
"launch": {
"configurations": [],
"compounds": []
},
"vetur.format.defaultFormatterOptions": {
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 200,
"trailingComma": "none"
}
},
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
}
|