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.
 
 
 
 
 
 

36 line
486 B

  1. {
  2. "folders":
  3. [
  4. {
  5. "path": ".",
  6. "file_exclude_patterns":
  7. [
  8. "*.o",
  9. "*.a",
  10. "*.d",
  11. "*.sublime-project",
  12. "*.sublime-workspace",
  13. "*.swp"
  14. ],
  15. "folder_exclude_patterns":
  16. [
  17. ]
  18. }
  19. ],
  20. "settings":
  21. {
  22. "tab_size": 8,
  23. "translate_tabs_to_spaces": false,
  24. "rulers": [80]
  25. },
  26. "build_systems":
  27. [
  28. {
  29. "name": "libopencm3",
  30. "working_dir": "${project_path}",
  31. "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
  32. "cmd": ["make"]
  33. }
  34. ]
  35. }