mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 13:00:42 +02:00
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:
parent
8e798e28f7
commit
afe640b360
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue