diff options
author | Lou Berger <lberger@labn.net> | 2017-11-03 22:48:26 +0100 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2017-11-07 18:05:09 +0100 |
commit | f8a1b295e2ddc1732d6fa26314f259de11d86775 (patch) | |
tree | 45b2b8859f2ede1905fafdf170f39ab74aee1b03 /.dir-locals.el | |
parent | bgpd: document that export mode applies to vrf-policy groups (diff) | |
download | frr-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.el | 3 |
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))) - |