vscode格式化

{

"editor.fontSize": 16,
"files.autoSave": "onFocusChange",
"extensions.autoUpdate": false,
"update.mode": "none",
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {


"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"[css]": {

"editor.suggest.insertMode": "replace"
},
"window.zoomLevel": 1,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.gitCommands.skipConfirmations": [
"fetch:command",
"stash-push:command",
"switch:command",
"stash-apply:command"
],
"gitlens.gitCommands.closeOnFocusOut": true,
"bracketPairColorizer.activeScopeCSS": [

"borderStyle : solid",
"borderWidth : 1px",
"borderColor : {color}; opacity: 0.5"
],
"bracketPairColorizer.excludedLanguages": [

],
"editor.renderIndentGuides": false,
"editor.fontLigatures": null

}


第一篇文章是需要审核的是吗

你可能感兴趣的:(前端)