[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Style Guide ?
- From: Francisco Olarte <folarte@...>
- Date: Tue, 6 Jun 2017 15:09:22 +0200
On Tue, Jun 6, 2017 at 2:43 PM, Soni L. <fakedme@gmail.com> wrote:
> Actually, spaces are a waste of horizontal screen space. Keep them low so we
> can go deeper.
They are something more, even for tyou, otherwise you'll be doing 0-spaces.
> At 80col, I can do 40 indents @ 2 spaces, but only 20 indents @ 4 spaces. 3
> spaces is incompatible with 80col.
Now, you can't, you can do 39 and 19, otherwise it's just an empty
line with trailing whitespace ( which lately luacheck likes to
complain about ).
And, with 3 spaces, you can do 25 levels plus fgh() ( I was trying to
find a useful lua construct in two chars for 26*3, did not find any,
biut did not try too hard ).
Francisco Olarte.