PowerShell/.markdownlint.json
Travis Plunk 737058f62e Add markdown lint test (#3420)
* Fix markdown syntax and spelling issues
* update spelling dictionary
2017-03-27 16:44:28 -07:00

22 lines
339 B
JSON

{
"default": true,
"MD004": false,
"MD007": {
"indent": 4
},
"MD013": {
"line_length": 240
},
"MD026": {
"punctuation": ".,;:!"
},
"MD029": {
"style": "one"
},
"MD033": false,
"MD034": false,
"MD038": false,
"MD042": false,
"no-hard-tabs": true
}