spot/.dir-locals.el
Alexandre Duret-Lutz 5efb66cb25 Add a .dir-locals.el file.
* .dir-locals.el: New file.
* Makefile.am (EXTRA_DIST): Distribute it.
2012-11-27 15:19:20 +01:00

7 lines
246 B
EmacsLisp

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