Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Is there a indenter / prettyprinter / beautifier / perltidy for mojolicio.us Mojo::Template?

  • Comment on indenter / prettyprinter / beautifier / perltidy for mojolicio.us Mojo::Template

Replies are listed 'Best First'.
Re: indenter / prettyprinter / beautifier / perltidy for mojolicio.us Mojo::Template
by Anonymous Monk on Jun 25, 2013 at 01:38 UTC

    Here is a start , had to go source diving a bit for this

    Here is what the template looked like before

    and here is what the template looks after mojo.template.array.autoindex.sortable.pl

    only layouts/green.html.ep got some hand editing

    The html dent/depth level is not synchronized with the %# Mojo::Template level, but I'm fine with that