smartUPS.sublime-project 971 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": ".",
  6. "name": "BT-670x_universal",
  7. "folder_exclude_patterns": ["node_modules", "test", "dist", "src"],
  8. "file_exclude_patterns": ["*.sublime-project", "*.conf.js", "*.png", "*.ico", "*.cgi"]
  9. },
  10. {
  11. "path": "src/wui-3",
  12. "name": "CGI-6703",
  13. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  14. },
  15. {
  16. "path": "src/wui-7",
  17. "name": "CGI-6707",
  18. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  19. },
  20. {
  21. "path": "src/wui-9",
  22. "name": "CGI-6709",
  23. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  24. },
  25. {
  26. "path": "src",
  27. "name": "SRC",
  28. "file_exclude_patterns": ["*.png", "*.ico", "*.png", "*.cgi"]
  29. },
  30. {
  31. "path": "dist",
  32. "name": "DIST"
  33. }
  34. ],
  35. "settings":
  36. {
  37. "tab_size": 2,
  38. "translate_tabs_to_spaces": true,
  39. "spell_check": true
  40. },
  41. }