Skip to content

Commit

Permalink
Added missing .remarkrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Mar 21, 2016
1 parent 8c801df commit 2f21ba1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"plugins": {
"lint": {
"maximum-line-length": 120,
"fenced-code-flag": false,
"no-literal-urls": false,
"list-item-indent": "space",
"list-item-spacing": false,
"no-duplicate-headings": false
}
},
"settings": {
"commonmark": true,
"bullet": "*",
"listItemIndent": 1
}
}

0 comments on commit 2f21ba1

Please sign in to comment.