Closed LeStarch closed 5 years ago
@pelmini can we replace all Tabs in the HTML with spaces (4) and the realign the tags, so it is easy to glance through the HTML?
Something like the following:
<div> <div> <div>Some text</div> <div>Some more text</div> </div> <div> <div></div> </div> </div>
Here children are indented, and peers (children of the same parent) are at the same indented level
I know these problems have existed for years, but it would be nice to clean it up.
@pelmini can we replace all Tabs in the HTML with spaces (4) and the realign the tags, so it is easy to glance through the HTML?
Something like the following:
Here children are indented, and peers (children of the same parent) are at the same indented level