Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-08-24 Thread Emil Velikov
Hi Eric, On 18 July 2016 at 00:46, Eric Engestrom wrote: > A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files > to try and enforce the formatting of the code, to which Michel Dänzer > suggested [1] we start by importing the existing .dir-locals.el >

Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-24 Thread Michel Dänzer
On 23.07.2016 22:04, Nicolai Hähnle wrote: > On 22.07.2016 17:09, Emil Velikov wrote: >> On 18 July 2016 at 00:46, Eric Engestrom wrote: >>> >>> --- /dev/null >>> +++ b/src/mesa/drivers/dri/radeon/.editorconfig >>> @@ -0,0 +1,3 @@ >>> +# Coin toss? Leaving this one empty (ie.

Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-23 Thread Nicolai Hähnle
On 22.07.2016 17:09, Emil Velikov wrote: On 18 July 2016 at 00:46, Eric Engestrom wrote: A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files to try and enforce the formatting of the code, to which Michel Dänzer suggested [1] we start by importing the

Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-22 Thread Emil Velikov
On 18 July 2016 at 00:46, Eric Engestrom wrote: > A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files > to try and enforce the formatting of the code, to which Michel Dänzer > suggested [1] we start by importing the existing .dir-locals.el > settings. > >

Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-22 Thread Jose Fonseca
On 18/07/16 00:46, Eric Engestrom wrote: A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files to try and enforce the formatting of the code, to which Michel Dänzer suggested [1] we start by importing the existing .dir-locals.el settings. This is a first draft, with settings

Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-18 Thread Rob Clark
On Sun, Jul 17, 2016 at 7:46 PM, Eric Engestrom wrote: > diff --git a/src/gallium/drivers/freedreno/.editorconfig > b/src/gallium/drivers/freedreno/.editorconfig > new file mode 100644 > index 000..cc8e11f > --- /dev/null > +++ b/src/gallium/drivers/freedreno/.editorconfig

Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-18 Thread Eric Anholt
Eric Engestrom writes: > A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files > to try and enforce the formatting of the code, to which Michel Dänzer > suggested [1] we start by importing the existing .dir-locals.el > settings. It's too bad emacs doesn't

Re: [Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-18 Thread Nicolai Hähnle
On 18.07.2016 01:46, Eric Engestrom wrote: A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files to try and enforce the formatting of the code, to which Michel Dänzer suggested [1] we start by importing the existing .dir-locals.el settings. This is a first draft, with settings

[Mesa-dev] [RFC mesa] Introduce .editorconfig

2016-07-17 Thread Eric Engestrom
A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files to try and enforce the formatting of the code, to which Michel Dänzer suggested [1] we start by importing the existing .dir-locals.el settings. This is a first draft, with settings from the mentioned emacs files, augmented