美文网首页
visual studio code 代码保存自动格式化

visual studio code 代码保存自动格式化

作者: a不知所谓 | 来源:发表于2019-12-26 10:38 被阅读0次

{
"window.zoomLevel": 0,
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"liveServer.settings.donotShowInfoMsg": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
],
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontWeight": "200",
"editor.cursorBlinking": "smooth",
"gitlens.gitCommands.closeOnFocusOut": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

相关文章

网友评论

      本文标题:visual studio code 代码保存自动格式化

      本文链接:https://www.haomeiwen.com/subject/amjkoctx.html