[Mesa-dev] [PATCH] dir-locals.el: Set indent-tabs-mode true for makefile-mode
Kristian Høgsberg
krh at bitplanet.net
Wed Jan 29 10:30:57 PST 2014
Makefiles need hard tabs, let's not make that harder than it needs to be.
Signed-off-by: Kristian Høgsberg <krh at 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
More information about the mesa-dev
mailing list