Re: Add .editorconfig

2019-12-18 Thread Peter Eisentraut
On 2019-12-11 17:00, Peter Eisentraut 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. committed -- Peter Eisentraut

Re: Add .editorconfig

2019-12-12 Thread Peter Eisentraut
On 2019-12-11 18:54, Andreas Karlsson wrote: I have not used .editorconfig that much, but would it makes sense to add the below? [*] end_of_line = lf I think that would best be done in response to an actual need. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL

Re: Add .editorconfig

2019-12-11 Thread Andreas Karlsson
I have not used .editorconfig that much, but would it makes sense to add the below? [*] end_of_line = lf -- Andreas Karlsson

Re: Add .editorconfig

2019-12-11 Thread Peter Eisentraut
On 2019-12-11 17:09, Daniel Gustafsson wrote: On 11 Dec 2019, at 17:00, Peter Eisentraut 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

Re: Add .editorconfig

2019-12-11 Thread Daniel Gustafsson
> On 11 Dec 2019, at 17:00, Peter Eisentraut > 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

Add .editorconfig

2019-12-11 Thread Peter Eisentraut
ices From fcf66f8a2e29818b55b0f2c4754bd8bef15bc546 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 11 Dec 2019 16:53:48 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff -