]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - .dir-locals.el
Add a .dir-locals.el file for the benefit of emacs users
[obsolete/notmuch-old] / .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..cbdb1f9
--- /dev/null
@@ -0,0 +1,7 @@
+; 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"))))