Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932376AbWAFFwe (ORCPT ); Fri, 6 Jan 2006 00:52:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932377AbWAFFwe (ORCPT ); Fri, 6 Jan 2006 00:52:34 -0500 Received: from willy.net1.nerim.net ([62.212.114.60]:35596 "EHLO willy.net1.nerim.net") by vger.kernel.org with ESMTP id S932376AbWAFFwd (ORCPT ); Fri, 6 Jan 2006 00:52:33 -0500 Date: Fri, 6 Jan 2006 06:52:08 +0100 From: Willy Tarreau To: Jan Engelhardt Cc: Kay Sievers , Pekka Enberg , linux-kernel@vger.kernel.org Subject: Re: 80 column line limit? Message-ID: <20060106055208.GE7142@w.ods.org> References: <20060105130249.GB29894@vrfy.org> <84144f020601050532l56c15be1i4938a84f6c212960@mail.gmail.com> <20060105211438.GA1408@vrfy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.10i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 26 On Thu, Jan 05, 2006 at 11:03:09PM +0100, Jan Engelhardt wrote: > >> And your nesting is too deep, it should be fixed. > > > >It's not about nesting, if that's the reason, the number of tabs > >should get a maximum specified instead. > > > Or we could have the tab width lowered, but I doubt > Linus would accept that :) In fact, one tab could be lowered, it's the first one. Nearly all code has at least this tab which is not very useful and would not affect readability if reduced to 2 or 4. But it will be difficult to maintain a variable tab width, not to mention the alignment problem on the second tab. BTW, if 80 is not enough, simply consider that one tab is exactly one character ( '\011' ) and you will be able to put more, but I doubt your code will be accepted ;-) Willy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/