smartUPS.sublime-project 668 B

12345678910111213141516171819202122232425262728293031
  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",
  13. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  14. },
  15. {
  16. "path": "src",
  17. "name": "SRC",
  18. "file_exclude_patterns": ["*.png", "*.ico", "*.png", "*.cgi"]
  19. },
  20. {
  21. "path": "dist",
  22. "name": "DIST"
  23. }
  24. ],
  25. "settings":
  26. {
  27. "tab_size": 2,
  28. "translate_tabs_to_spaces": true,
  29. "spell_check": true
  30. },
  31. }