From: Ian Romanick <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
