From f8a1b295e2ddc1732d6fa26314f259de11d86775 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Fri, 3 Nov 2017 17:48:26 -0400 Subject: [PATCH] .dir-locals.el: show trailing whitespace Signed-off-by: Lou Berger --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index fc70462d40..21392ecf28 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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))) - -- 2.39.5