data.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "commitMessage": "vault backup: {{date}}",
  3. "autoCommitMessage": "latent garden update {{date}}",
  4. "commitMessageScript": "",
  5. "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
  6. "autoSaveInterval": 5,
  7. "autoPushInterval": 0,
  8. "autoPullInterval": 10,
  9. "autoPullOnBoot": false,
  10. "autoCommitOnlyStaged": false,
  11. "disablePush": false,
  12. "pullBeforePush": true,
  13. "disablePopups": false,
  14. "showErrorNotices": true,
  15. "disablePopupsForNoChanges": false,
  16. "listChangedFilesInMessageBody": false,
  17. "showStatusBar": true,
  18. "updateSubmodules": false,
  19. "syncMethod": "merge",
  20. "mergeStrategy": "none",
  21. "customMessageOnAutoBackup": false,
  22. "autoBackupAfterFileChange": true,
  23. "treeStructure": false,
  24. "refreshSourceControl": true,
  25. "basePath": "",
  26. "differentIntervalCommitAndPush": false,
  27. "changedFilesInStatusBar": false,
  28. "showedMobileNotice": true,
  29. "refreshSourceControlTimer": 7000,
  30. "showBranchStatusBar": true,
  31. "setLastSaveToLastCommit": false,
  32. "submoduleRecurseCheckout": false,
  33. "gitDir": "",
  34. "showFileMenu": true,
  35. "authorInHistoryView": "hide",
  36. "dateInHistoryView": false,
  37. "diffStyle": "split",
  38. "hunks": {
  39. "showSigns": false,
  40. "hunkCommands": false,
  41. "statusBar": "disabled"
  42. },
  43. "lineAuthor": {
  44. "show": false,
  45. "followMovement": "inactive",
  46. "authorDisplay": "initials",
  47. "showCommitHash": false,
  48. "dateTimeFormatOptions": "date",
  49. "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
  50. "dateTimeTimezone": "viewer-local",
  51. "coloringMaxAge": "1y",
  52. "colorNew": {
  53. "r": 255,
  54. "g": 150,
  55. "b": 150
  56. },
  57. "colorOld": {
  58. "r": 120,
  59. "g": 160,
  60. "b": 255
  61. },
  62. "textColorCss": "var(--text-muted)",
  63. "ignoreWhitespace": false,
  64. "gutterSpacingFallbackLength": 5,
  65. "lastShownAuthorDisplay": "initials",
  66. "lastShownDateTimeFormatOptions": "date"
  67. }
  68. }