From: Lennart Poettering Date: Thu, 21 Aug 2014 14:10:37 +0000 (+0200) Subject: CODING_STYLE: document that we don't break lines at 80ch X-Git-Tag: v217~810 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fdbc8205885f117b7dea289b44217310663e731;p=thirdparty%2Fsystemd.git CODING_STYLE: document that we don't break lines at 80ch --- diff --git a/CODING_STYLE b/CODING_STYLE index ca3b5183f90..a3fc26c1e1b 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -1,6 +1,9 @@ - - 8ch indent, no tabs +- 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. + - Variables and functions *must* be static, unless they have a prototype, and are supposed to be exported.