Mobile app version of vmapp.org
Login or Join
Murphy175

: Simple HTML auto indentation tool I have made the mistake of not indenting the HTML tags on a page that slowly grew to over 500 lines of dense HTML. I have looked for a tool to fix the

@Murphy175

Posted in: #Html #Tools

I have made the mistake of not indenting the HTML tags on a page that slowly grew to over 500 lines of dense HTML. I have looked for a tool to fix the indentation, but what I have found so far seem to insist on doing additional formatting, and I really don't need those 500 lines to become 1000 because big bunches of small tags get one line per tag.

Any suggestions for a tool to do the job?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Murphy175

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray155

The JetBrains IDEs allow you to reformat your code based on a set of rules, so you can get as detailed or as simple as you want. If this is a one-time thing, you could always use the trial copy of whichever one is most appropriate for you to reformat your code.

WebStorm is probably your best bet, although if you're developing your web applications with PHP, Ruby on Rails, or a few other languages, they have you covered there, too.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme