From 1c4e4227faa77026eeb633e2e575bedf1897daa3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jan 2016 11:57:59 +0100 Subject: CODING_STYLE: make sure line break recommendation matches edit configuration In the .vimrc and .dir-locals.el we suggest a line width of 119. We should recommend the same in CODING_STYLE. --- CODING_STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_STYLE b/CODING_STYLE index 0064303203..46e366898e 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -7,7 +7,7 @@ - Don't break code lines too eagerly. We do *not* force line breaks at 80ch, all of today's screens should be much larger than that. But - then again, don't overdo it, ~140ch should be enough really. + then again, don't overdo it, ~119ch should be enough really. - Variables and functions *must* be static, unless they have a prototype, and are supposed to be exported. -- cgit v1.2.3-54-g00ecf