VSCode本地配置

{
"git.ignoreMissingGitWarning": true,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.associations": {
".wxml": "xml",
"
.wxss": "css"
},
"editor.minimap.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0
}

猜你喜欢

转载自www.cnblogs.com/smileself/p/9809273.html