]> git.ipfire.org Git - thirdparty/bird.git/blame - .dir-locals.el
Doc: Update prefix set comment
[thirdparty/bird.git] / .dir-locals.el
CommitLineData
8a2cbb88
KE
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)))