mirror of
https://github.com/openssl/openssl.git
synced 2024-11-23 18:13:39 +08:00
Adjust the general fill-column in doc/dir-locals.example.el
Having a general fill-column of 78 may look nice at first sight, but if the edited text gets indented a bit afterward (such as with git comments in 'git log'), it suddenly turns not so nice on a classic 80 columns terminal. A fill-column of 70 will serve us better. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
6b33d10686
commit
e51fb759a6
@ -9,7 +9,7 @@
|
||||
|
||||
((nil
|
||||
(indent-tabs-mode . nil)
|
||||
(fill-column . 78)
|
||||
(fill-column . 70)
|
||||
)
|
||||
(c-mode
|
||||
(c-file-style . "OpenSSL-II")))
|
||||
|
Loading…
Reference in New Issue
Block a user