freedreno: Fix the Emacs indentation configuration file
authorNeil Roberts <nroberts@igalia.com>
Wed, 17 Oct 2018 15:38:02 +0000 (17:38 +0200)
committerRob Clark <robdclark@gmail.com>
Wed, 17 Oct 2018 16:44:48 +0000 (12:44 -0400)
The .dir-locals.el had the wrong name for the truthy value so it
wasn’t setting indent-tabs-mode.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/.dir-locals.el

index aa20d495465ab92a304648a9be521ceb30202d08..b0e90fcbd53c28cb317a547765898b3ea401bc66 100644 (file)
@@ -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")