Makefiles need hard tabs, let's not make that harder than it needs to be. Signed-off-by: Kristian Høgsberg <k...@bitplanet.net> --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+)
diff --git a/.dir-locals.el b/.dir-locals.el index 4f0ad7a..04a1a2c 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -8,4 +8,5 @@ (c-set-offset 'innamespace '0) (c-set-offset 'inline-open '0))) ) + (makefile-mode (indent-tabs-mode . t)) ) -- 1.8.4.2 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev