C coding conventions for notmuch

Michal Sojka sojkam1 at fel.cvut.cz
Wed Nov 24 13:25:06 PST 2010


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))
              
>             )
>          )
> )


More information about the notmuch mailing list