idea中HTML格式化時標簽縮進問題
在IntelliJ Idea中HTML格式化時,默認<head><body>以及<body>下的以及標簽都不會縮進。
解決方法:editor->code style->HTML->other->Do not indent children of
刪掉<html><head><body>這幾項就可以了。
刪掉<html><head><body>這幾項就可以了。


修改前用ctrl+alt+L顯示正常: