Date: Sat, 15 Apr 2000 00:32:52 +0200 (MET DST) From: Gisle Vanem To: djgpp AT delorie DOT com Subject: Re: tabs and such In-Reply-To: <20000414.165044.8207.0.MethodS-of-MayheM@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 14 Apr 2000, Ray Schulz wrote: > ... so, the moral of the story is this: if you can select between > real tabs or spaces, use real tabs to be able to use the tab key in other > programs, spaces if you want to hit spacebar alot. either way, it all > stays lined up correctly. well, at least for me. That you opinion. I think physical tabs are evil; they create too much grief and confusion to make sense. Use GNU Indent (at-least for C-src) and you can make the source exactly the way you prefer. Gisle V.