mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 04:08:42 +00:00
8a2cbb88d1
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)))
|