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.
 
 
 
 

51 rivejä
730 B

  1. {
  2. "folders":
  3. [
  4. {
  5. "path": "."
  6. }
  7. ],
  8. "settings":
  9. {
  10. "rsync_ssh":
  11. {
  12. "excludes":
  13. [
  14. ".git*",
  15. "_build",
  16. "blib",
  17. "Build"
  18. ],
  19. "options":
  20. [
  21. "--dry-run",
  22. "--delete"
  23. ],
  24. "remotes":
  25. {
  26. "MatasanoCrypto":
  27. [
  28. {
  29. "enabled": 1,
  30. "excludes":
  31. [
  32. ],
  33. "options":
  34. [
  35. ],
  36. "remote_host": "my-server.my-domain.tld",
  37. "remote_path": "/home/kkwiatkowski/Projects/MatasanoCrypto",
  38. "remote_port": 22,
  39. "remote_post_command": "",
  40. "remote_pre_command": "",
  41. "remote_user": "kkwiatkowski"
  42. }
  43. ]
  44. },
  45. "sync_on_save": true
  46. },
  47. "translate_tabs_to_spaces": true,
  48. "trim_trailing_white_space_on_save": true
  49. }
  50. }