add `tabs' to whitespace-style in .dir-locals.el

pull/1755/head
Noam Postavsky 2014-05-16 20:02:28 -04:00
parent 0938229093
commit c66e40d9e6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
(indent-tabs-mode))
(emacs-lisp-mode
(byte-compile-warnings . (not cl-functions))
(whitespace-style face trailing lines-tail)
(whitespace-style face tabs trailing lines-tail)
(whitespace-line-column . 80)
(eval ignore-errors
"Write-contents-functions is a buffer-local alternative to before-save-hook"