mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
Makefiles need hard tabs, let's not make that harder than it needs to be. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
12 lines
265 B
EmacsLisp
12 lines
265 B
EmacsLisp
((nil
|
|
(indent-tabs-mode . nil)
|
|
(tab-width . 8)
|
|
(c-basic-offset . 3)
|
|
(c-file-style . "stroustrup")
|
|
(fill-column . 78)
|
|
(eval . (progn
|
|
(c-set-offset 'innamespace '0)
|
|
(c-set-offset 'inline-open '0)))
|
|
)
|
|
(makefile-mode (indent-tabs-mode . t))
|
|
)
|