Skip to content

Commit f570e51

Browse files
authored
Merge pull request #18 from briisk/120-lines-of-code
Avoid having lines of code that are longer than 120 characters
2 parents a4d596d + 71d477c commit f570e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@
23862386
```
23872387

23882388
<a name="whitespace--max-len"></a><a name="18.12"></a>
2389-
- [18.12](#whitespace--max-len) Avoid having lines of code that are longer than 100 characters (including whitespace). Note: per [above](#strings--line-length), long strings are exempt from this rule, and should not be broken up. eslint: [`max-len`](http://eslint.org/docs/rules/max-len.html) jscs: [`maximumLineLength`](http://jscs.info/rule/maximumLineLength)
2389+
- [18.12](#whitespace--max-len) Avoid having lines of code that are longer than 120 characters (including whitespace). Note: per [above](#strings--line-length), long strings are exempt from this rule, and should not be broken up. eslint: [`max-len`](http://eslint.org/docs/rules/max-len.html) jscs: [`maximumLineLength`](http://jscs.info/rule/maximumLineLength)
23902390

23912391
> Why? This ensures readability and maintainability.
23922392

0 commit comments

Comments
 (0)