webstorm 设置js或者html文件自动缩进为4个空格不生效

时间:2023-12-25 09:08:13

设置 tab 和自动缩进为4个空格不生效,解决办法如下

设置代码缩进

1. 依次打开files —- settings —- Editor —- Code Style —- JavaScript

webstorm 设置js或者html文件自动缩进为4个空格不生效

2.设置Tabs and Indents

设置为你想要的宽度

webstorm 设置js或者html文件自动缩进为4个空格不生效

3.重点来了,设置完后有可能始终不生效

选中Plugins , 在右边的搜索框内搜索editorconfig,显示出这个插件列表,将他后面的勾勾去掉,点击Apply,OK,重启webstorm即可生效。
缩进即编程你需要的缩进长度。
webstorm 设置js或者html文件自动缩进为4个空格不生效

参考文献:

https://blog.csdn.net/m0_37604745/article/details/80076770