diff options
author | Ian Romanick <[email protected]> | 2013-10-07 11:21:24 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-10-11 10:43:37 -0700 |
commit | 59f18340c3ab0a4eeafd438203bfb0f6c034e5c2 (patch) | |
tree | d10225727111f4123fe12fcce1dda2816a848e2f /src/glsl | |
parent | 3de7e11f58917bb2372c7ec0e104038ae5dca245 (diff) |
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/.dir-locals.el | 3 |
1 files changed, 0 insertions, 3 deletions
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))) -) |