[Mesa-dev] [PATCH 1/2] freedreno: Fix the Emacs indentation configuration file
Neil Roberts
nroberts at igalia.com
Wed Oct 17 15:38:02 UTC 2018
The .dir-locals.el had the wrong name for the truthy value so it
wasn’t setting indent-tabs-mode.
---
src/gallium/drivers/freedreno/.dir-locals.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/freedreno/.dir-locals.el b/src/gallium/drivers/freedreno/.dir-locals.el
index aa20d495465..b0e90fcbd53 100644
--- a/src/gallium/drivers/freedreno/.dir-locals.el
+++ b/src/gallium/drivers/freedreno/.dir-locals.el
@@ -1,5 +1,5 @@
((prog-mode
- (indent-tabs-mode . true)
+ (indent-tabs-mode . t)
(tab-width . 4)
(c-basic-offset . 4)
(c-file-style . "k&r")
--
2.17.1
More information about the mesa-dev
mailing list