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>
--- /dev/null
+; 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"))))