Tidy / Tab-Indent my Javascript and HTML - Any tools or service?

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Anyone aware of an online service or desktop app that can take my javascript code (or HTML tags) and properly indent them and without inserting a line break after so many characters for long lines.* TidyOnline seemed promising but it seems to insist on modifying my original code adding new attribs and such and even then inserting line breaks after 80 characters.

Basically if i give:
Code:
hello

I'd expect back:
Code:
<div>
*** <span>Hello
 
Back
Top