热门搜索 :
考研考公
您的当前位置:首页正文

idea中HTML格式化时标签缩进问题

来源:东饰资讯网

在IntelliJ Idea中HTML格式化时,默认<head><body>以及<body>下的以及标签都不会缩进。
解决方法:editor->code style->HTML->other->Do not indent children of
删掉<html><head><body>这几项就可以了。

Top