X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=CODING_STYLE;h=a3fc26c1e1b93e481a8e0ae077b2b92349316a1e;hb=1b6d7fa742e303611dff8d7ebfa86ee5fb8b7dc7;hp=ca3b5183f901037a1e6b201e13f231f86fa8b9db;hpb=601185b43da638b1c74153deae01dbd518680889;p=elogind.git diff --git a/CODING_STYLE b/CODING_STYLE index ca3b5183f..a3fc26c1e 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.