.markdownlint.json 608 B

123456789101112131415161718192021222324252627
  1. {
  2. "commands-show-output": false,
  3. "first-line-h1": false,
  4. "header-increment": false,
  5. "line-length": {
  6. "code_blocks": false,
  7. "tables": false,
  8. "stern": true,
  9. "line_length": -1
  10. },
  11. "no-bare-urls": false,
  12. "no-blanks-blockquote": false,
  13. "no-duplicate-header": {
  14. "allow_different_nesting": true
  15. },
  16. "no-emphasis-as-header": false,
  17. "no-hard-tabs": {
  18. "code_blocks": false
  19. },
  20. "no-space-in-emphasis": false,
  21. "no-trailing-punctuation": false,
  22. "no-trailing-spaces": {
  23. "br_spaces": 0
  24. },
  25. "single-h1": false,
  26. "no-inline-html": false
  27. }