mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 06:32:33 +00:00
8 lines
193 B
EmacsLisp
8 lines
193 B
EmacsLisp
;;; Directory Local Variables
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
;;; Match project coding conventions
|
|
((c-mode
|
|
(indent-tabs-mode . t)
|
|
(c-basic-offset . 8)))
|
|
|