Re: [Mesa-dev] [PATCH] glsl: Remove extraneous .dir-locals.el

2013-10-10 Thread Eric Anholt
Ian Romanick writes: > From: Ian Romanick > > This was overriding the top-level .dir-locals.el causing some settings > (like forcing spaces instead of tabs!) to be lost. > > Signed-off-by: Ian Romanick Reviewed-by: Eric Anholt pgpGHdum77cgC.pgp Description: PGP signature ___

[Mesa-dev] [PATCH] glsl: Remove extraneous .dir-locals.el

2013-10-10 Thread Ian Romanick
From: Ian Romanick This was overriding the top-level .dir-locals.el causing some settings (like forcing spaces instead of tabs!) to be lost. Signed-off-by: Ian Romanick --- This is the reason so many of my compiler patches have mixed tabs and spaces. src/glsl/.dir-locals.el | 3 --- 1 file ch