]> git.proxmox.com Git - mirror_frr.git/blame - .dir-locals.el
Merge pull request #6240 from ton31337/fix/null_bnc_bgp_show_hostname
[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)
7 (c-basic-offset . 8)
8 )))