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