mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
BIRD coding conventions
Added Emacs config file describing BIRD coding conventions, as suggested by Kenth Eriksson based on existing practice.
This commit is contained in:
parent
d35fb9d732
commit
8a2cbb88d1
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal file
@ -0,0 +1,7 @@
|
||||
; BIRD project coding conventions
|
||||
|
||||
((c-mode
|
||||
(c-file-style . "bsd")
|
||||
(c-basic-offset . 2)
|
||||
(fill-column . 80)
|
||||
(show-trailing-whitespace . t)))
|
Loading…
Reference in New Issue
Block a user