* .dir-locals.el: Fix whitespace-mode configuration.
This commit is contained in:
parent
15c9b72f13
commit
ce21af6323
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
((nil . ((whitespace-action . '(auto-cleanup))
|
||||
(whitespace-style . '(trailing lines-tail))
|
||||
(require-final-newline . t)))
|
||||
((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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue