aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-18 21:33:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-18 21:33:05 +0000
commitb1aafbd95730bd826e55fad9e368630d835df573 (patch)
tree5cad22f93124684dd0aee7aafe5bb51381e101ed /docs
parent45fd6685bdf6b223088f34c77c56eacb0e5182ed (diff)
mention the prefered source code line length to be less than 80 columns
Diffstat (limited to 'docs')
-rw-r--r--docs/CONTRIBUTE8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE
index 5d9675940..e601f2a23 100644
--- a/docs/CONTRIBUTE
+++ b/docs/CONTRIBUTE
@@ -78,6 +78,10 @@ Commenting
replaced when someone wants to extend things, since other persons' source
code can get quite hard to read.
+Line Lengths
+
+ We try to keep source lines shorter than 80 columns.
+
General Style
Keep your functions small. If they're small you avoid a lot of mistakes and
@@ -189,5 +193,5 @@ How to get your patches into the libcurl sources
simply drop such patches from my TODO list.
5. If you've followed the above mentioned paragraphs and your patch still
- hasn't been incorporated after some weeks, consider resubmitting them to
- the list.
+ hasn't been incorporated after some weeks, consider resubmitting it to the
+ list.