Re: Add .editorconfig

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Add .editorconfig
Дата
Msg-id BCBA36BB-7969-478A-8267-0BA75249AAC9@yesql.se
обсуждение исходный текст
Ответ на Add .editorconfig  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Add .editorconfig  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
> On 11 Dec 2019, at 17:00, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
>
> There were a couple of recent threads that wanted to add an .editorconfig file but never actually ended up doing
so.[0][1] Here is a patch.  It is meant to match more or less what's in .dir-locals.el. 

+[*.{c,h,l,y,pl,pm}]

What about *.sh?

Not that there is much of Python in the tree, but shouldn't those also be
covered if we do this?

[*.py]
indent_style = space
indent_size = 4

cheers ./daniel


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Add .editorconfig
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Add .editorconfig