From: Lennart Poettering Date: Fri, 22 Jan 2016 10:57:59 +0000 (+0100) Subject: CODING_STYLE: make sure line break recommendation matches edit configuration X-Git-Tag: v229~90^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c4e4227faa77026eeb633e2e575bedf1897daa3;p=thirdparty%2Fsystemd.git 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. --- diff --git a/CODING_STYLE b/CODING_STYLE index 00643032032..46e366898e7 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.