This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Whitespace


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]