]> git.proxmox.com Git - mirror_frr.git/blob - .dir-locals.el
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[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
6 (indent-tabs-mode . t)
7 (show-trailing-whitespace . t)
8 (c-basic-offset . 8)))