]> git.ipfire.org Git - thirdparty/bird.git/blob - .dir-locals.el
Doc: BFD update
[thirdparty/bird.git] / .dir-locals.el
1 ; BIRD project coding conventions
2
3 ((c-mode
4 (c-file-style . "bsd")
5 (c-basic-offset . 2)
6 (fill-column . 80)
7 (show-trailing-whitespace . t)))