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
1 changed files with 7 additions and 0 deletions
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 a new issue