Re: Removing all whitespaces in ODBC code - Mailing list pgsql-odbc

From Michael Paquier
Subject Re: Removing all whitespaces in ODBC code
Date
Msg-id CAB7nPqQ5nNTKi0TRMUEe0L3uddGc+N0BYF1AATK+QgQrmyrXUg@mail.gmail.com
Whole thread Raw
In response to Re: Removing all whitespaces in ODBC code  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-odbc
On Wed, Mar 12, 2014 at 4:14 PM, Heikki Linnakangas
<hlinnakangas@vmware.com> wrote:
> On 03/11/2014 12:16 PM, Michael Paquier wrote:
>>
>> Don't we want to add as well a .gitattributes file in a
>> fashion similar to Postgres itself? I imagine that it would greatly
>> help to continue keeping the code clean.
>
>
> Yeah. Not sure what exactly we'd want to put there. At least ignore trailing
> whitespace in the expected output files, I guess. Don't know what to do
> about the files with DOS line endings; do we want to keep that, or convert
> the all to Unix-style line endings for consistency? How would that work in a
> Windows environment? Given that all the source files already use Unix line
> endings, I'd guess that it would be fine, but I'm not familiar with the
> tools we use in the installers.
>
> Got a patch?
I imagined the attached.
Thanks,
--
Michael

Attachment

pgsql-odbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Missing void arguments in a couple of declarations
Next
From: Heikki Linnakangas
Date:
Subject: Re: Missing declarations in pgtypes.h