mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 07:48:38 +00:00
Merge pull request #5275 from opensourcerouting/emacs-conf
tools: fix emacs configuration file
This commit is contained in:
commit
ba3afa4c2c
@ -2,7 +2,7 @@
|
||||
;;; 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)))
|
||||
((c-mode . ((indent-tabs-mode . t)
|
||||
(show-trailing-whitespace . t)
|
||||
(c-basic-offset . 8)
|
||||
)))
|
||||
|
Loading…
Reference in New Issue
Block a user