Re: C coding conventions for notmuch

Subject: Re: C coding conventions for notmuch

Date: Tue, 23 Nov 2010 18:39:07 -0600

To: notmuch

Cc:

From: Rob Browning


Daniel Kahn Gillmor <dkg@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

Thread: