Skip to content

Commit

Permalink
Merge pull request #48 from jayvdb/no-line-length
Browse files Browse the repository at this point in the history
Allow any line length
  • Loading branch information
jayvdb authored Jul 6, 2016
2 parents ed03e74 + bdbc70d commit 0c7ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
"hard-break-spaces": false, // MD009
"no-tabs": false, // MD010
"no-consecutive-blank-lines": false, // MD012
"maximum-line-length": 250, // MD013
"maximum-line-length": false, // MD013
"no-multiple-toplevel-headings": false, // MD025
"list-item-indent": false, // MD030
"no-missing-blank-lines": false, // MD031 & MD032
Expand Down

0 comments on commit 0c7ff39

Please sign in to comment.