Commit 7cffa351 authored by Geoff Simmons's avatar Geoff Simmons

added a .dir-locals file to help with code style in emacs

parent 04989620
;; Code style for this project:
;; * Indentation with 4 spaces (tabs are evil)
;; * 80 column limit
;; * otherwise BSD C style
(((nil . ((indent-tabs-mode . f)
(tab-width . 4)
(fill-column . 80))))
(c-mode . ((c-file-style . "BSD")
(c-basic-offset . 4))))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment