Re: How is Lua's source code formatted?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How is Lua's source code formatted?
- From: Dibyendu Majumdar <mobile@...>
- Date: 2015年7月10日 01:13:17 +0100
On 10 July 2015 at 01:09, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> Is the Lua source code formatted using some tool?
>
> I think it's this:
> indent -kr -i2 -br -brf -nut
>
Ok, thank you for the info.
Regards