mirror of
https://github.com/elima/gpu-playground.git
synced 2025-06-06 23:46:17 +00:00
14 lines
327 B
EmacsLisp
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))
|
|
)
|