Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756632AbXKKI57 (ORCPT ); Sun, 11 Nov 2007 03:57:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753445AbXKKI5w (ORCPT ); Sun, 11 Nov 2007 03:57:52 -0500 Received: from gw-colo-pa.panasas.com ([66.238.117.130]:13980 "EHLO cassoulet.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753090AbXKKI5v (ORCPT ); Sun, 11 Nov 2007 03:57:51 -0500 Message-ID: <4736C409.9040207@panasas.com> Date: Sun, 11 Nov 2007 10:57:45 +0200 From: Benny Halevy User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Xavier Bestel , DervishD CC: lkml Subject: Re: Coding Style: indenting with tabs vs. spaces References: <4732E6BA.8060001@panasas.com> <20071110120424.GA16067@DervishD> <1194697674.6176.1.camel@bip.parateam.prv> In-Reply-To: <1194697674.6176.1.camel@bip.parateam.prv> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 11 Nov 2007 08:57:47.0185 (UTC) FILETIME=[EE233210:01C82440] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 31 On Nov. 10, 2007, 14:27 +0200, Xavier Bestel wrote: > Le samedi 10 novembre 2007 ? 13:04 +0100, DervishD a ?crit : >> Hi Benny :) >> >> * Benny Halevy dixit: >>> I would like to hear peoples opinion about the indentation convention >>> described below that I personally found the most practical with >>> several different editors. >> While I respect you opinion about tabs, I find tab indentation the most >> evil thing ever invented. Even if done right (that is, not indenting >> using a mixture of spaces and tabs), the only advantage is that you save >> a few bytes. > > Who cares ? > The only advantage is that people can make tabs as big (or as small) as > they wish. Tabs become "logical indentation". So one's indentation isn't > forced on anotherone's editor. Right. That's exactly the point. I find it harder to read someone else's code if (s)he uses 2 space indentation. With tabs, when done right, I can expand to my personal preference. > > Xav > > - 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/