Files

8 lines
148 B
EmacsLisp
Raw Permalink Normal View History

2019-06-12 15:03:37 +02:00
; BIRD project coding conventions
((c-mode
(c-file-style . "bsd")
(c-basic-offset . 2)
(fill-column . 80)
(show-trailing-whitespace . t)))