其他分享
首页 > 其他分享> > 配置IDEA格式化HTML代码

配置IDEA格式化HTML代码

作者:互联网

格式化HTML代码

问题:

在IntelliJ Idea中对Ctrl+Alt+L格式化HTML代码时,代码不会自动缩进。

解决方法:

File -> Settings -> Editor -> Code Style -> HTML -> Other标签下找到 Do not indent children of
删掉html、head、body就可以了

标签:Style,格式化,HTML,代码,IDEA,Other
来源: https://www.cnblogs.com/godzzz/p/16624676.html