notmuch/.dir-locals.el
Daniel Kahn Gillmor bab77c9084 Add a .dir-locals.el file for the benefit of emacs users
This file causes emacs to automatically set the correct style
variables to control indentation, etc. One more thing to make it
easier for everyone to collaborate with a consistent coding style.

Signed-off-by: Jameson Rollins <jrollins@finestructure.net>
2011-05-18 16:11:53 -07:00

7 lines
239 B
EmacsLisp

; emacs local configuration settings for notmuch source
; surmised by dkg on 2010-11-23 13:43:18-0500
((c-mode . ((indent-tabs-mode . t)
(tab-width . 8)
(c-basic-offset . 4)
(c-file-style . "linux"))))