[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re: How to follow 80 Column format in Lua
- From: Axel Kittenberger <axkibe@...>
- Date: Thu, 9 Feb 2012 13:49:50 +0100
Sticking source to a defined width is definitely a good style, since
with any line wrapping source looks obfuscated.
I used 80 chars in the past too, but recently switched to 100, which I
consider adequate for today so someone can view it unobscured.
BTW: Following vim line in .vimrc will be usefull to stick to say 100
chars width, it will color red any lines that are longer:
match ErrorMsg '\%>100v.\+'
On Thu, Feb 9, 2012 at 1:46 PM, Avi <fiendishx@gmail.com> wrote:
> Since you've already gotten several answers about how, do you mind if I ask
> WHY you want to do this? I can't think of a single editor that doesn't do
> automatic line wrapping.
>
>
> On 01/-10/-28163 02:59 PM, rahul sharma wrote:
>>
>> I agree with LHF. I don't want the string to be broken down in output.
>> Only while coding, I want to follow the 80 column format.
>
>