summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-02-05 21:48:47 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-02-05 21:48:47 +0200
commit44f7ea3c5ba2d22a6937db5b3363cb204b1b3bf8 (patch)
treeec6b0e689e13d5bfc17a7f6394e3c83e7cbad692
parentdc4d28bc112e379e65c2e1c6ca953dd3d09930e0 (diff)
downloadbash-completion-44f7ea3c5ba2d22a6937db5b3363cb204b1b3bf8.tar.gz
Line length: 72 -> 79 as discussed on list.
-rw-r--r--doc/styleguide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/styleguide.txt b/doc/styleguide.txt
index 85e1fbb4..4dbd5732 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.