Re: Removing all whitespaces in ODBC code

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Removing all whitespaces in ODBC code
Date: 2014-03-12 07:34:21
Message-ID: CAB7nPqQ5nNTKi0TRMUEe0L3uddGc+N0BYF1AATK+QgQrmyrXUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Wed, Mar 12, 2014 at 4:14 PM, Heikki Linnakangas
<hlinnakangas(at)vmware(dot)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 Content-Type Size
20140312_pgodbc_gitattributes.patch text/x-diff 971 bytes

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-12 07:41:41 Re: Missing declarations in pgtypes.h
Previous Message Heikki Linnakangas 2014-03-12 07:29:04 Re: Missing void arguments in a couple of declarations