Skip to content

Commit

Permalink
Fixed over zealous markdownlint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jan 15, 2018
1 parent 0dbf6f8 commit 2788ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mdlrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rules ~MD013 #Disable markdownlint line_length rule (cannot set to anything other than 80)
rules "~MD013" #Disable markdownlint line_length rule (cannot set to anything other than 80)

0 comments on commit 2788ff3

Please sign in to comment.