Re: driver source code indentation

From: Liam Stewart <liams(at)redhat(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: driver source code indentation
Date: 2001-09-04 20:26:35
Message-ID: 20010904162635.B16998@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)redhat(dot)com

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-09-04 20:56:28 Patch for jdbc2 ResultSet.java
Previous Message Ross J. Reedstrom 2001-09-04 20:25:23 Re: driver source code indentation