freedreno: Fix the Emacs indentation configuration file

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>
This commit is contained in:
Neil Roberts
2018-10-17 17:38:02 +02:00
committed by Rob Clark
parent 8e798e28f7
commit afe640b360

View 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")