mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
.dir-locals.el: show trailing whitespace
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
9d912f0f39
commit
f8a1b295e2
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue