[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Code Formatting Guidelines
- From: Christiaan Kras <c.kras@...>
- Date: Fri, 01 Oct 2010 22:58:35 +0200
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