]> git.proxmox.com Git - mirror_frr.git/blob - .dir-locals.el
bgpd: [7.1] add addpath ID to adj_out tree sort (#5691)
[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)))