provisioning tool for building opinionated architecture
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.

35 lines
638 B

7 months ago
7 months ago
  1. {
  2. "cSpell.words": [
  3. "chattr",
  4. "dnsmasq",
  5. "dpkg",
  6. "echoerr",
  7. "mkdir",
  8. "resolv",
  9. "rfkill",
  10. "tera"
  11. ],
  12. "cSpell.enableFiletypes": [
  13. "!plaintext"
  14. ],
  15. "ltex.language": "en",
  16. "outline.showVariables": false,
  17. "editor.formatOnSave": true,
  18. "todohighlight.enableDiagnostics": true,
  19. "todohighlight.include": [
  20. "**/*.js",
  21. "**/*.jsx",
  22. "**/*.ts",
  23. "**/*.tsx",
  24. "**/*.html",
  25. "**/*.css",
  26. "**/*.scss",
  27. "**/*.php",
  28. "**/*.rb",
  29. "**/*.txt",
  30. "**/*.mdown",
  31. "**/*.md",
  32. "**/*.sh",
  33. "**/scripts/*"
  34. ],
  35. "terminal.integrated.shellIntegration.enabled": false,
  36. }