I am developing an application using backbone and underline .
On my HTML page, I have several blocks and they are mixed with some underscore.
I used the template settings, for example:
print value: {{value_name}} excute code: {% code_to_execute%}
therefore, the source code contains heaps of {%%} blocks and HTML tags.
I’m tired of using the website of the online designer JS, but they don’t do a good job of formatting codes in beautiful clean blocks. I also tried to use the exalted own Reindent, this does not help either.
I'm just wondering if there are any tools for efficiently formatting underscore code.
source
share