0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-07-26 23:03:19 +00:00
bird/.dir-locals.el
Kenth Eriksson 8a2cbb88d1 BIRD coding conventions
Added Emacs config file describing BIRD coding conventions, as suggested
by Kenth Eriksson based on existing practice.
2019-06-12 16:37:12 +02:00

8 lines
148 B
EmacsLisp

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