1
0
mirror of https://github.com/elima/gpu-playground.git synced 2025-06-06 23:46:17 +00:00
gpu-playground/.dir-locals.el
Eduardo Lima Mitev c9dd226c67 Initial commit
2016-09-20 05:13:13 +02:00

14 lines
327 B
EmacsLisp

((prog-mode
(indent-tabs-mode . nil)
(tab-width . 8)
(c-basic-offset . 3)
(c-file-style . "stroustrup")
(fill-column . 78)
(eval . (progn
(c-set-offset 'case-label '0)
(c-set-offset 'innamespace '0)
(c-set-offset 'inline-open '0)))
)
(makefile-mode (indent-tabs-mode . t))
)