]> git.notmuchmail.org Git - notmuch/blob - .dir-locals.el
test: update emacs test to use test_expect_equal_file
[notmuch] / .dir-locals.el
1 ; emacs local configuration settings for notmuch source
2 ; surmised by dkg on 2010-11-23 13:43:18-0500
3
4 ((c-mode . ((indent-tabs-mode . t)
5             (tab-width . 8)
6             (c-basic-offset . 4)
7             (c-file-style . "linux"))))