This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Whitespace
- From: Steven Bosscher <stevenb at suse dot de>
- To: Scott Robert Ladd <coyote at coyotegulch dot com>, fortran at gcc dot gnu dot org
- Date: Fri, 29 Oct 2004 00:21:38 +0200
- Subject: Re: Whitespace
- Organization: SUSE Labs
- References: <417439E4.6030708@coyotegulch.com>
On Monday 18 October 2004 23:47, Scott Robert Ladd wrote:
> I've been looking at the gfortran source again, and the issue of
> whitespace -- tabs vs. spaces -- is still with us. For example, parse.c
> is mostly 2-space indentation, but it has tabs in some places where it
> should have eight spaces.
>
> I know we discussed this some time back, but can't find the thread in
> the list archives. Was someone going to run the code through indent? I'd
> be happy to do so if no one else is interested, just to save my sanity...
> ;)
The rule is tabs instead of 8 spaces, spaces everywhere else.
And no, we don't follow this rule very strictly, unfortunately. One
of these days I'm going to run sed on all sources and fix them ;-)
Gr.
Steven