mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 11:28:13 +01:00
Add a .dir-locals.el file for the benefit of emacs users
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>
This commit is contained in:
parent
0898cfad5e
commit
bab77c9084
1 changed files with 7 additions and 0 deletions
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
; 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"))))
|
Loading…
Reference in a new issue