lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


For inspiration for a formatter take a look at Perl::Tidy, which is a source code formatter for Perl. It supports lots of style settings and I believe it's used by quite a lot of Perl programmers (including me).

Perl::Tidy can be found here:

* CLI: http://search.cpan.org/dist/Perl-Tidy/bin/perltidy
* Module: http://search.cpan.org/dist/Perl-Tidy/lib/Perl/Tidy.pm


Cheers,
Christiaan