标签: visual-studio-code vuejs2
我在VScode中的.vue文件中正确格式化html时遇到问题,只是想禁用它。
有没有办法只为html部分禁用它?目前我已设置"editor.formatOnSave": false,然后使用"eslint.autoFixOnSave": true,,因此它至少自动格式化js,但我希望它能自动格式化css(或者在我的手写笔中),没有格式化html。
"editor.formatOnSave": false
"eslint.autoFixOnSave": true,
我正在使用Vetur& ESlint目前正在进行格式化。