Commit 8a2cbb88 authored by Kenth Eriksson's avatar Kenth Eriksson Committed by Ondrej Zajicek (work)
Browse files

BIRD coding conventions

Added Emacs config file describing BIRD coding conventions, as suggested
by Kenth Eriksson based on existing practice.
parent d35fb9d7
Loading
Loading
Loading
Loading

.dir-locals.el

0 → 100644
+7 −0
Original line number Diff line number Diff line
; BIRD project coding conventions

((c-mode
  (c-file-style . "bsd")
  (c-basic-offset . 2)
  (fill-column . 80)
  (show-trailing-whitespace . t)))