Re: driver source code indentation

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: Liam Stewart <liams(at)redhat(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: driver source code indentation
Date: 2001-09-04 20:25:23
Message-ID: 20010904152523.A27124@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, Sep 04, 2001 at 12:43:21PM -0700, Barry Lind wrote:
<snip>

> I am OK with the style used for the C code. However I would like the
> following additional step done for the java code: replace all tabs with
> spaces.

Oh noooooo! Barry's stumbled over the tripwire of the Tab/Spaces flamewar trap!
Everyone duck!

More seriously, this was actually voted on some time ago. (Check the HACKERS
archives) Since the JDBC source is well segregated from the rest of the
tree, it can have a different style, but if you want to adopt the 'standard'
style, I'd suggest going all the way.

In the other hand, since you'll need to use a different tool to maintain the
style (unless Bruce update his pgident to handle java ...) it'll never be
completely the same, anyway. I'd image that the core developers will go with
whatever the JDBC maintainers want.

Ross

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Liam Stewart 2001-09-04 20:26:35 Re: driver source code indentation
Previous Message Barry Lind 2001-09-04 19:43:21 Re: driver source code indentation