smartUPS.sublime-project 816 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": ".",
  6. "name": "BT-670x",
  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",
  12. "name": "CGI-6702",
  13. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  14. },
  15. {
  16. "path": "src/wui-6",
  17. "name": "CGI-6706",
  18. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  19. },
  20. {
  21. "path": "src",
  22. "name": "SRC",
  23. "file_exclude_patterns": ["*.png", "*.ico", "*.png", "*.cgi"]
  24. },
  25. {
  26. "path": "dist",
  27. "name": "DIST"
  28. }
  29. ],
  30. "settings":
  31. {
  32. "tab_size": 2,
  33. "translate_tabs_to_spaces": true,
  34. "spell_check": true
  35. },
  36. }