Eclipse: improve html formatting
When format html file in eclipse, some tags such as input, td, th ... will be put on one line and break line at middle of tag when it reach to max character of one line, make it hard to read.
It's becasue of these tags is inline, and eclipse format all side by side inline tags in to one line.
To fix this, just remove these tags from inline list at: Window -> Preferences -> Web -> HTML Files -> Editor -> Inline Elements.
It's becasue of these tags is inline, and eclipse format all side by side inline tags in to one line.
To fix this, just remove these tags from inline list at: Window -> Preferences -> Web -> HTML Files -> Editor -> Inline Elements.