vote up 1 vote down star

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?

flag

3 Answers

vote up 3 vote down check

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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