* .dir-locals.el: Fix whitespace-mode configuration.

This commit is contained in:
Alexandre Duret-Lutz 2012-12-20 17:14:38 +01:00
parent 15c9b72f13
commit ce21af6323

View file

@ -1,6 +1,7 @@
((nil . ((whitespace-action . '(auto-cleanup)) ((nil . ((whitespace-action auto-cleanup)
(whitespace-style . '(trailing lines-tail)) (whitespace-style face empty trailing lines-tail)
(require-final-newline . t))) (require-final-newline . t)
(mode . whitespace))))
(c++-mode . ((c-default-style . "gnu") (c++-mode . ((c-default-style . "gnu")
(indent-tab-mode . t) (indent-tab-mode . t)
(tab-width . 8) (tab-width . 8)