summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2017-11-03 22:48:26 +0100
committerLou Berger <lberger@labn.net>2017-11-07 18:05:09 +0100
commitf8a1b295e2ddc1732d6fa26314f259de11d86775 (patch)
tree45b2b8859f2ede1905fafdf170f39ab74aee1b03 /.dir-locals.el
parentbgpd: document that export mode applies to vrf-policy groups (diff)
downloadfrr-f8a1b295e2ddc1732d6fa26314f259de11d86775.tar.xz
frr-f8a1b295e2ddc1732d6fa26314f259de11d86775.zip
.dir-locals.el: show trailing whitespace
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index fc70462d4..21392ecf2 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)))
-