mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 20:22:36 +00: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
|
;;; Directory Local Variables
|
||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
;;; Match project coding conventions
|
;;; Match project coding conventions
|
||||||
|
|
||||||
((c-mode
|
((c-mode
|
||||||
(indent-tabs-mode . t)
|
(indent-tabs-mode . t)
|
||||||
|
(show-trailing-whitespace . t)
|
||||||
(c-basic-offset . 8)))
|
(c-basic-offset . 8)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user