up vote 1 down vote favorite
share [g+] share [fb]

I'm inheriting a mess of a website where the structure of is impossible to follow mostly because of lack of indenting. Is there a utility that can massage existing code to proper indents?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

HTML Tidy is pretty much the standard, and it's often already integrated into text editors and IDEs.

link|improve this answer
feedback

HTML Tidy does a great job at reformatting. It has options for tuning how it processes the files.

link|improve this answer
feedback

Aptana has a source code formatter, it works for HTML, Javascript, PHP, CSS, pretty much everything a web-geek needs ...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.