李昱版

{
"editor.fontSize": 20,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Spacegray Eighties Dark",
// "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
// "git.enableSmartCommit": true,
// "git.autofetch": true,
// "git.confirmSync": false,
// "[javascript]": {
// "editor.defaultFormatter": "HookyQR.beautify"
// },
// "php.validate.executablePath": "C:\\wamp\\bin\\php\\php5.6.25\\php.exe",
// "phpserver.browser": "google-chrome",
// "editor.fontLigatures": null,
// 下面是李昱的配置文件
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
//javascript
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.implicitProjectConfig.experimentalDecorators": true,
//eslint
"eslint.format.enable": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
//vetur
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned"
}
},
"vetur.validation.template": false
}

---------------------------------------------
生活的意义并不是与他人争高下,而在于享受努力实现目标的过程,结果是对自己行动的嘉奖。
↑面的话,越看越不痛快,应该这么说:

生活的意义就是你自己知道你要做什么,明确目标。没有目标,后面都是瞎扯!

新博客 ​​​https://www.VuejsDev.com​​ 用于梳理知识点