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

master
Ville Skyttä 2010-02-05 21:48:47 +02:00
parent dc4d28bc11
commit 44f7ea3c5b
1 changed files with 1 additions and 1 deletions

View File

@ -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.