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.
 
 
 
 
 
 

33 lines
922 B

  1. {
  2. "preferences": {
  3. "tabSize": 2,
  4. "wordWrap": true,
  5. "useSoftTabs": true,
  6. "gotoExclude": []
  7. },
  8. "packages": [
  9. "gh:wymsee/zed-tools/mobile"
  10. ],
  11. "modes": {
  12. "javascript": {
  13. "commands": {
  14. "Tools:Check": {
  15. "options": {
  16. "globals": {
  17. "angular": true,
  18. "$": true,
  19. "device": true,
  20. "persistence": true,
  21. "moment": true,
  22. "sos": true,
  23. "LocalFileSystem": true,
  24. "Hammer": true,
  25. "AnimationFrame": true,
  26. "Bloodhound": true
  27. }
  28. }
  29. }
  30. }
  31. }
  32. }
  33. }