mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
bab77c9084
This file causes emacs to automatically set the correct style variables to control indentation, etc. One more thing to make it easier for everyone to collaborate with a consistent coding style. Signed-off-by: Jameson Rollins <jrollins@finestructure.net>
7 lines
239 B
EmacsLisp
7 lines
239 B
EmacsLisp
; 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)
|
|
(c-file-style . "linux"))))
|