.markdownlint.yml 340 B

1234567891011121314151617
  1. default: true
  2. # ===
  3. # Rule customizations for markdownlint go here
  4. # https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md
  5. # ===
  6. # Disable line length restrictions, because editor soft-wrapping is being
  7. # used instead.
  8. line-length: false
  9. # ===
  10. # Prettier overrides
  11. # ===
  12. no-multiple-blanks: false
  13. list-marker-space: false