Re: [Mesa-dev] [PATCH] editorconfig: Add meson configuration

2017-10-09 Thread Eric Anholt
Dylan Baker writes: > Signed-off-by: Dylan Baker > --- > .editorconfig | 4 > 1 file changed, 4 insertions(+) > > diff --git a/.editorconfig b/.editorconfig > index 6eb0702a25a..06848f68c08 100644 > --- a/.editorconfig > +++ b/.editorconfig > @@ -33,3 +33,7 @@ indent_size = 2 > > [*.pat

[Mesa-dev] [PATCH] editorconfig: Add meson configuration

2017-10-07 Thread Dylan Baker
Signed-off-by: Dylan Baker --- .editorconfig | 4 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6eb0702a25a..06848f68c08 100644 --- a/.editorconfig +++ b/.editorconfig @@ -33,3 +33,7 @@ indent_size = 2 [*.patch] trim_trailing_whitespace = false + +[mes