mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Set fill column to 70 in .dir-locals.el.
This controls where comments and other text wraps. 70 is the default value, so this simply returns it to the default for people who have overridden it. Most notmuch code already adheres to this.
This commit is contained in:
parent
0bbfc5ce8b
commit
e0d85656da
1 changed files with 2 additions and 0 deletions
|
@ -20,4 +20,6 @@
|
|||
(tab-width . 8)
|
||||
(sh-basic-offset . 4)
|
||||
(sh-indentation . 4))
|
||||
(nil
|
||||
(fill-column . 70))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue