因?yàn)楹笃谏婕暗酱a合并伪冰,所以html結(jié)構(gòu)決定保留縮進(jìn)4, 其它文件設(shè)為縮進(jìn)2
"[javascript]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[css]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[scss]": {
//"editor.defaultFormatter": "michelemelluso.code-beautifier",/ 需安裝 sass Formatter插件
"editor.defaultFormatter": "esbenp.prettier-vscode", // 需安裝 prettier插件(個(gè)人覺得這個(gè)好用)
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[html]": {
"editor.insertSpaces": true,
"editor.tabSize": 4
},
參考文章:
https://segmentfault.com/q/1010000019673775/a-1020000019674091
https://blog.csdn.net/cuk0051/article/details/108341256
https://www.cqzhong.cn/sm5cgu/