C coding conventions for notmuch

Rob Browning rlb at defaultvalue.org
Tue Nov 23 16:39:07 PST 2010


Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:

> attached is a .dir-locals.el file; placed in the root of the notmuch
> source tree, it makes emacs pick the default coding style (at least,
> using the style i see in notmuch-show.c today).

Carl also suggested he might want to folow "linux" style in general, so
perhaps:

  ((c-mode . ((c-file-style "linux")
              (indent-tabs-mode . t)
              (tab-width . 8)
              (c-basic-offset . 4))))

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


More information about the notmuch mailing list