spot/.dir-locals.el
2013-02-12 22:51:55 +01:00

8 lines
269 B
EmacsLisp

((nil . ((whitespace-action auto-cleanup)
(whitespace-style face empty trailing lines-tail)
(require-final-newline . t)
(mode . whitespace)))
(c++-mode . ((c-default-style . "gnu")
(indent-tab-mode . t)
(tab-width . 8)
(fill-column . 70))))