mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
.dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '
Like in emacs/*.el two comment chars (;;) is required so that (indent-region) doesn't break indentation.
This commit is contained in:
parent
3f42e87030
commit
ce3513261d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
; emacs local configuration settings for notmuch source
|
||||
; surmised by dkg on 2010-11-23 13:43:18-0500
|
||||
; amended by amdragon on 2011-06-06
|
||||
;; emacs local configuration settings for notmuch source
|
||||
;; surmised by dkg on 2010-11-23 13:43:18-0500
|
||||
;; amended by amdragon on 2011-06-06
|
||||
|
||||
((c-mode
|
||||
(indent-tabs-mode . t)
|
||||
|
|
Loading…
Reference in a new issue