data.json 1.5 KB

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