mesa/src/mesa/drivers/dri/nouveau/.dir-locals.el

9 lines
138 B
EmacsLisp

((prog-mode
(indent-tabs-mode . t)
(tab-width . 8)
(c-basic-offset . 8)
(c-file-style . "stroustrup")
(fill-column . 78)
)
)