From: Ian Romanick Date: Mon, 7 Oct 2013 18:21:24 +0000 (-0700) Subject: glsl: Remove extraneous .dir-locals.el X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59f18340c3ab0a4eeafd438203bfb0f6c034e5c2;p=mesa.git glsl: Remove extraneous .dir-locals.el 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 --- diff --git a/src/glsl/.dir-locals.el b/src/glsl/.dir-locals.el deleted file mode 100644 index be19e29a5ab..00000000000 --- a/src/glsl/.dir-locals.el +++ /dev/null @@ -1,3 +0,0 @@ -((c-mode . ((c-basic-offset . 3))) - (c++-mode . ((c-basic-offset . 3))) -)