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: <021401c0df20$eb1a97f0$0200a8c0@lifelesswks> From: "Robert Collins" To: "DJ Delorie" 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 08:30:02 +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: 17 May 2001 22:23:16.0439 (UTC) FILETIME=[F8045E70:01C0DF1F] ----- Original Message ----- From: "DJ Delorie" > > > I run GNU indent on the files before updating or creating patches - GNU > > indent sets spaces to tabs at 8 chars, realigns paragraphs etc. > > Be careful - this might change lines you didn't touch, making any > diffs you generate difficult for us to review and/or apply. It depends on the projects adherence to the standards - naturally. Cygwin is very good this way, with the minor exception of indent miinterpreting the C++ protection brackets. > Also, "diff -w" may help if you do use indent; it ignores space > changes to lines that didn't otherwise change. Thanks you. Rob