Skip to content

Commit 75bdbca

Browse files
author
Ethan
committed
fix line width on the lines specifying the line width to keep to, which blatantly violates itself.
1 parent bd37730 commit 75bdbca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,12 @@ 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 120 characters. This is how many github will show without scrolling to the right. 80 is a common recommendation, but some find this too limiting, which is fine - but 120 is the maximum.
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.
198200
199-
Note that this applies to ruby code, and where possible other files, but where not possible (such as cucumber features) this limitation may not apply.
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.
200203
201204
* Avoid trailing whitespace.
202205

0 commit comments

Comments
 (0)