[Mesa-dev] [PATCH] glsl: Remove extraneous .dir-locals.el
Ian Romanick
idr at freedesktop.org
Thu Oct 10 22:30:58 CEST 2013
From: Ian Romanick <ian.d.romanick at intel.com>
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 <ian.d.romanick at intel.com>
---
This is the reason so many of my compiler patches have mixed tabs and
spaces.
src/glsl/.dir-locals.el | 3 ---
1 file changed, 3 deletions(-)
delete mode 100644 src/glsl/.dir-locals.el
diff --git a/src/glsl/.dir-locals.el b/src/glsl/.dir-locals.el
deleted file mode 100644
index be19e29..0000000
--- a/src/glsl/.dir-locals.el
+++ /dev/null
@@ -1,3 +0,0 @@
-((c-mode . ((c-basic-offset . 3)))
- (c++-mode . ((c-basic-offset . 3)))
-)
--
1.8.1.4
More information about the mesa-dev
mailing list