mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 09:53:22 +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")
|
;;; 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)
|
||||||
(show-trailing-whitespace . t)
|
(c-basic-offset . 8)
|
||||||
(c-basic-offset . 8)))
|
)))
|
||||||
|
Loading…
Reference in New Issue
Block a user