Re: driver source code indentation - Mailing list pgsql-jdbc

From Liam Stewart
Subject Re: driver source code indentation
Date
Msg-id 20010904162635.B16998@redhat.com
Whole thread Raw
In response to Re: driver source code indentation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: driver source code indentation
List pgsql-jdbc
On Tue, Sep 04, 2001 at 03:25:33PM -0400, Bruce Momjian wrote:
>     I must say it looks very good.
>
> Can people tak a look at that and see if they like it?  I will work on
> astyle to find a format that matches the main code indenting.

I like it. The following results in a closer match to the main
PostgreSQL code:

$ astyle --style=java -b -p -j foo.java

I'm in agreement with Barry about using spaces instead of tabs. astyle
does that by default (at least with the java style).

> If you like it, I will indent just after we go beta.

Yes, please.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: driver source code indentation
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: driver source code indentation