; BIRD project coding conventions

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