Re: C coding conventions for notmuch

Subject: Re: C coding conventions for notmuch

Date: Wed, 24 Nov 2010 22:25:06 +0100

To: Daniel Kahn Gillmor, notmuch

Cc:

From: Michal Sojka


On Tue, 23 Nov 2010, Daniel Kahn Gillmor wrote:
> hey notmuch folks--
> 
> ; 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)

;; I think, that Carl also likes this setting :-)
              (c-cleanup-list . (space-before-funcall))
              
>             )
>          )
> )

Thread: