Cleans up HTML & XML files by arranging indents based on tag starts and ends. Now, if yo have a
tag and line up the middle like this:
Before:
some stuff | some other stuff |
After:
some stuff |
some other stuff |
Great for troubleshooting code where new lines have been removed for saving space. To use, select file from file menu. Click Load then click Process and watch the transofrmation. I didn't do any optimizations, so it's slow, but it works.