]> git.proxmox.com Git - mirror_frr.git/blob - .dir-locals.el
ospfd: fix memory leak on SPF calculation
[mirror_frr.git] / .dir-locals.el
1 ;;; Directory Local Variables
2 ;;; For more information see (info "(emacs) Directory Variables")
3 ;;; Match project coding conventions
4
5 ((c-mode . ((indent-tabs-mode . t)
6 (show-trailing-whitespace . t)
7 (c-basic-offset . 8)))
8 (json-mode . ((js-indent-level 4))))