]> git.proxmox.com Git - mirror_frr.git/blame - .dir-locals.el
ospfd: handle type-7 routes
[mirror_frr.git] / .dir-locals.el
CommitLineData
86036536
LB
1;;; Directory Local Variables
2;;; For more information see (info "(emacs) Directory Variables")
3;;; Match project coding conventions
f8a1b295 4
3a0f6618
RZ
5((c-mode . ((indent-tabs-mode . t)
6 (show-trailing-whitespace . t)
34ea6faf 7 (c-basic-offset . 8)))
27785c63 8 (json-mode . ((js-indent-level 4))))