vue cli 3.x 设置4个空格缩进:
- 文件
.editorconfig
中,indent_size = 2
修改为indent_size = 4
- 文件
.eslintrc.js
添加一行:'indent': ['error', 4, { 'SwitchCase': 1 }]
.editorconfig
中,indent_size = 2
修改为indent_size = 4
.eslintrc.js
添加一行:'indent': ['error', 4, { 'SwitchCase': 1 }]