Files
xf86-video-ati/.dir-locals.el
Michel Dänzer fbf575cb01 Add Emacs .dir-local.el file
Based on the one from the Gallium radeon winsys, but enabling tabs for
indentation.
2014-08-05 18:33:12 +09:00

13 lines
263 B
EmacsLisp

((nil
(indent-tabs-mode . t)
(tab-width . 8)
(c-basic-offset . 4)
(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))
)