[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 35ebc8aec8af49a6e4eb9a3b3ab0845c3d5a0da5

Ville Skyttä ville.skytta at iki.fi
Fri Feb 5 20:21:08 UTC 2010


The following commit has been merged in the master branch:
commit 44f7ea3c5ba2d22a6937db5b3363cb204b1b3bf8
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Feb 5 21:48:47 2010 +0200

    Line length: 72 -> 79 as discussed on list.

diff --git a/doc/styleguide.txt b/doc/styleguide.txt
index 85e1fbb..4dbd573 100644
--- a/doc/styleguide.txt
+++ b/doc/styleguide.txt
@@ -40,7 +40,7 @@ than [ ... ] && [ ... ], and in general [[ ]] has more features.
 Line wrapping
 -------------
 
-Try to wrap lines at 72 characters. Never go past this limit, unless
+Try to wrap lines at 79 characters. Never go past this limit, unless
 you absolutely need to (example: a long sed regular expression, or the
 like). This also holds true for the documentation and the testsuite.
 Other files, like ChangeLog, or COPYING, are exempt from this rule.

-- 
bash-completion



More information about the Bash-completion-commits mailing list