Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: Cc: References: <200105171420 DOT KAA18313 AT envy DOT delorie DOT com> <009501c0df1c$b9e49ea0$0200a8c0 AT lifelesswks> <200105172216 DOT SAA23290 AT envy DOT delorie 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" To: "DJ Delorie" ; Cc: 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. > > >