[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Sep 8 00:46:39 UTC 2015
The branch master has been updated
via e51fb759a6f1d81eee422703dc424aaf1e63a80b (commit)
from 6b33d10686993191a99ad758cb59fb89c3d7abda (commit)
- Log -----------------------------------------------------------------
commit e51fb759a6f1d81eee422703dc424aaf1e63a80b
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Sep 8 00:59:50 2015 +0200
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 at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
doc/dir-locals.example.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/dir-locals.example.el b/doc/dir-locals.example.el
index 79d0b01..dc0d554 100644
--- a/doc/dir-locals.example.el
+++ b/doc/dir-locals.example.el
@@ -9,7 +9,7 @@
((nil
(indent-tabs-mode . nil)
- (fill-column . 78)
+ (fill-column . 70)
)
(c-mode
(c-file-style . "OpenSSL-II")))
More information about the openssl-commits
mailing list