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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user