Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin-developers/> List-Post: <mailto:cygwin-developers AT sources DOT redhat DOT com> List-Help: <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <003a01c0df34$4dcb33b0$0200a8c0@lifelesswks> From: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au> To: <bkeener AT thesoftwaresource DOT com> Cc: <cygwin-developers AT sourceware DOT cygnus DOT com> References: <VA DOT 0000077e DOT 023c67f7 AT thesoftwaresource DOT com> <200105171420 DOT KAA18313 AT envy DOT delorie DOT com> <VA DOT 00000782 DOT 003c4f13 AT thesoftwaresource DOT com> <009501c0df1c$b9e49ea0$0200a8c0 AT lifelesswks> <200105172216 DOT SAA23290 AT envy DOT delorie DOT com> <VA DOT 0000078a DOT 000aa094 AT thesoftwaresource DOT com> Subject: Re: What tab spacing is everyone using for changes Date: Fri, 18 May 2001 10:48:00 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 18 May 2001 00:42:02.0101 (UTC) FILETIME=[5A7F9250:01C0DF33] the indent size, and the number of spaces in a tab are orthogonal. For cygwin, it's indent use 2 spaces, tabs are == 8 spaces. So a 10 space indent should be saved as a tab and 2 spaces. Rob ----- Original Message ----- From: "Brian Keener" <bkeener AT thesoftwaresource DOT com> To: "DJ Delorie" <dj AT delorie DOT com>; <robert DOT collins AT itdomain DOT com DOT au> Cc: <cygwin-developers AT sourceware DOT cygnus DOT com> Sent: Friday, May 18, 2001 10:48 AM Subject: Re: What tab spacing is everyone using for changes > Robert Collins wrote: > > > indent sets spaces to tabs at 8 chars > > Okay - wait a minute call me a little thick but the tab space it 8 > characters but when you look at the typical source code it looks like all > the indentations are 2 characters when an indent is needed. > > Are these tabs or just indenting 2 characters. > > >