You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 satır
535B

  1. {
  2. "python.pythonPath": "venv/bin/python3",
  3. "spellright.language": [
  4. "english-uk"
  5. ],
  6. "spellright.documentTypes": [
  7. "markdown",
  8. "latex",
  9. "plaintext"
  10. ],
  11. "cSpell.ignoreWords": [
  12. "kz",
  13. "m",
  14. "organsation",
  15. "vdbd"
  16. ],
  17. "cSpell.words": [
  18. "Org's",
  19. "caat",
  20. "organisers",
  21. "outofoffice",
  22. "pattern",
  23. "seatingplan",
  24. "seatplangen",
  25. "strftime"
  26. ],
  27. "python.linting.pylintEnabled": true
  28. }