.markdownlint.json 132 B

123456
  1. {
  2. "line-length": false,
  3. "no-inline-html": false,
  4. "no-hard-tabs": { "spaces_per_tab": 2 },
  5. "ul-style": { "style": "dash" }
  6. }