mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 19:35:13 +00:00

Also move .dir-locals.el to a sample file. This file should not be in the repository as it affects the user's ability to modify it. Signed-off-by: Christian Hopps <chopps@labn.net>
9 lines
285 B
EmacsLisp
9 lines
285 B
EmacsLisp
;;; 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)))
|
|
(json-mode . ((js-indent-level 4))))
|