From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22041 invoked by alias); 17 Jan 2008 23:40:18 -0000 Received: (qmail 22031 invoked by uid 22791); 17 Jan 2008 23:40:18 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Jan 2008 23:40:00 +0000 Received: from zps78.corp.google.com (zps78.corp.google.com [172.25.146.78]) by smtp-out.google.com with ESMTP id m0HNduEI003127 for ; Thu, 17 Jan 2008 15:39:56 -0800 Received: from rv-out-0910.google.com (rvbk15.prod.google.com [10.140.87.15]) by zps78.corp.google.com with ESMTP id m0HNdEKc017244 for ; Thu, 17 Jan 2008 15:39:55 -0800 Received: by rv-out-0910.google.com with SMTP id k15so826353rvb.53 for ; Thu, 17 Jan 2008 15:39:55 -0800 (PST) Received: by 10.140.144.4 with SMTP id r4mr1892381rvd.15.1200613195294; Thu, 17 Jan 2008 15:39:55 -0800 (PST) Received: by 10.141.142.4 with HTTP; Thu, 17 Jan 2008 15:39:55 -0800 (PST) Message-ID: Date: Thu, 17 Jan 2008 23:40:00 -0000 From: "Doug Evans" To: "Jim Blandy" Subject: Re: New scope checking patch Cc: "Rob Quill" , msnyder@specifix.com, gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00464.txt.bz2 On Jan 17, 2008 1:57 PM, Jim Blandy wrote: > I'm told Open Source projects avoid tabs, My theory on this is that this is done to cater to folks who errantly thought implementing indentation level by setting the tab stop was a good idea. i.e. want an indentation level of 4 - set your tab character to 4 :-(. Oops. > but it seems that GDB > permits them, with tab stops every 8 columns. Not unreasonable IMO.