BIRD coding conventions

Added Emacs config file describing BIRD coding conventions, as suggested
by Kenth Eriksson based on existing practice.
This commit is contained in:
Kenth Eriksson 2019-06-12 15:03:37 +02:00 committed by Ondrej Zajicek (work)
parent d35fb9d732
commit 8a2cbb88d1
1 changed files with 7 additions and 0 deletions

7
.dir-locals.el Normal file
View File

@ -0,0 +1,7 @@
; BIRD project coding conventions
((c-mode
(c-file-style . "bsd")
(c-basic-offset . 2)
(fill-column . 80)
(show-trailing-whitespace . t)))