Re: How to follow 80 Column format in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to follow 80 Column format in Lua
 
- From: Roberto Ierusalimschy <roberto@...>
 
- Date: 2012年2月10日 00:39:53 -0200
 
> Remember 100-char-wide code will look awful in an 80-char-wide window,
> but 72-char-wide code will look fine in a 100-char-wide window. The
> huge amount of existing code respecting the 80-character limit means
> that one can pretty much rely on windows being at least that wide, but
> all bets are off above that...
In particular, the source code for Lua follows the "little less than 80"
standard (although it has half a dozen lines that need correction).
-- Roberto