Skip to content

Commit b1df3fa

Browse files
committed
Merge pull request #1 from mdsol/120
change width limit to 120 characters, with info on why
2 parents 4e98267 + 75bdbca commit b1df3fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,13 @@ You can generate a PDF or an HTML copy of this guide using
194194

195195
* Use RDoc and its conventions for API documentation. Don't put an
196196
empty line between the comment block and the `def`.
197-
* Keep lines fewer than 80 characters.
197+
* Keep lines fewer than 120 characters. This is how many github will show
198+
without scrolling to the right. 80 is a common recommendation, but some
199+
find this too limiting, which is fine - but 120 is the maximum.
200+
201+
Note that this applies to ruby code, and where possible other files, but
202+
where not possible (such as cucumber features) this limitation may not apply.
203+
198204
* Avoid trailing whitespace.
199205
200206
## Syntax

0 commit comments

Comments
 (0)