webStorm的代码换行自动缩进设置
我自己设置过很多次缩进都没有出效果,然后我发现我没有找到重点。
设置缩进的大小
找到:
- file->setting->Editor->Code Style
- 左边选择你要设置的语言,例如HTML或者Javascript或者其他
- 然后有右边设置Tab size/Indent/Continuation indent ,设置好后点击ok
关键的一步来了,是自动缩进嘛,那就要Smart
找到:
- file->setting->Editor->General->Smart keys
- 右边勾上Smart indent ,点击ok就可以了
希望对遇到这个问题的朋友有帮助!!