We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e98267 + 75bdbca commit b1df3faCopy full SHA for b1df3fa
README.md
@@ -194,7 +194,13 @@ You can generate a PDF or an HTML copy of this guide using
194
195
* Use RDoc and its conventions for API documentation. Don't put an
196
empty line between the comment block and the `def`.
197
-* Keep lines fewer than 80 characters.
+* 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
204
* Avoid trailing whitespace.
205
206
## Syntax
0 commit comments