settings.json 343 B

12345678910111213141516171819
  1. {
  2. "cSpell.words": [
  3. "bluebrick",
  4. "choco",
  5. "douglasthrift",
  6. "douglaswth",
  7. "enablessl",
  8. "lsau",
  9. "operatingsystem",
  10. "safecrlf"
  11. ],
  12. "markdownlint.config": {
  13. "no-inline-html": {
  14. "allowed_elements": [
  15. "br"
  16. ]
  17. }
  18. }
  19. }