summaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-21 16:10:37 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-21 17:24:21 +0200
commit3fdbc8205885f117b7dea289b44217310663e731 (patch)
tree5239378d614bbb1c7bfcb605a38609f0b3913e14 /CODING_STYLE
parent730836403aee5f5bb998e6e3622ea7068fce0699 (diff)
CODING_STYLE: document that we don't break lines at 80ch
Diffstat (limited to 'CODING_STYLE')
-rw-r--r--CODING_STYLE5
1 files changed, 4 insertions, 1 deletions
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.