mirror of
https://git.burble.com/burble.dn42/bird.git
synced 2024-05-12 03:55:05 +00:00
Added Emacs config file describing BIRD coding conventions, as suggested by Kenth Eriksson based on existing practice.
8 lines
148 B
EmacsLisp
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)))
|