Re: Removing all whitespaces in ODBC code

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Removing all whitespaces in ODBC code
Дата
Msg-id 53200946.3070101@vmware.com
обсуждение исходный текст
Ответ на Re: Removing all whitespaces in ODBC code  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Removing all whitespaces in ODBC code  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-odbc
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?

- Heikki


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Missing void arguments in a couple of declarations
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Missing void arguments in a couple of declarations