Skip to content Skip to sidebar Skip to footer

Auto Indent Code In An HTML File (generator/tool)

I was wondering if there is a tool or generator that could auto indent my code after production from:

to: &l

Solution 1:

Try js-beautify.

It's a JavaScript beautifier but works for HTML too.


Solution 2:

You can try Pretty Diff, which can also handle JSLT type tags.


Post a Comment for "Auto Indent Code In An HTML File (generator/tool)"