.dir-locals.el: show trailing whitespace

Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
Lou Berger 2017-11-03 17:48:26 -04:00
parent 9d912f0f39
commit f8a1b295e2

View file

@ -1,7 +1,8 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
;;; Match project coding conventions
((c-mode
(indent-tabs-mode . t)
(show-trailing-whitespace . t)
(c-basic-offset . 8)))