| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "commitMessage": "vault backup: {{date}}",
- "autoCommitMessage": "latent garden update {{date}}",
- "commitMessageScript": "",
- "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
- "autoSaveInterval": 5,
- "autoPushInterval": 0,
- "autoPullInterval": 10,
- "autoPullOnBoot": false,
- "autoCommitOnlyStaged": false,
- "disablePush": false,
- "pullBeforePush": true,
- "disablePopups": false,
- "showErrorNotices": true,
- "disablePopupsForNoChanges": false,
- "listChangedFilesInMessageBody": false,
- "showStatusBar": true,
- "updateSubmodules": false,
- "syncMethod": "merge",
- "mergeStrategy": "none",
- "customMessageOnAutoBackup": false,
- "autoBackupAfterFileChange": true,
- "treeStructure": false,
- "refreshSourceControl": true,
- "basePath": "",
- "differentIntervalCommitAndPush": false,
- "changedFilesInStatusBar": false,
- "showedMobileNotice": true,
- "refreshSourceControlTimer": 7000,
- "showBranchStatusBar": true,
- "setLastSaveToLastCommit": false,
- "submoduleRecurseCheckout": false,
- "gitDir": "",
- "showFileMenu": true,
- "authorInHistoryView": "hide",
- "dateInHistoryView": false,
- "diffStyle": "split",
- "hunks": {
- "showSigns": false,
- "hunkCommands": false,
- "statusBar": "disabled"
- },
- "lineAuthor": {
- "show": false,
- "followMovement": "inactive",
- "authorDisplay": "initials",
- "showCommitHash": false,
- "dateTimeFormatOptions": "date",
- "dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
- "dateTimeTimezone": "viewer-local",
- "coloringMaxAge": "1y",
- "colorNew": {
- "r": 255,
- "g": 150,
- "b": 150
- },
- "colorOld": {
- "r": 120,
- "g": 160,
- "b": 255
- },
- "textColorCss": "var(--text-muted)",
- "ignoreWhitespace": false,
- "gutterSpacingFallbackLength": 5,
- "lastShownAuthorDisplay": "initials",
- "lastShownDateTimeFormatOptions": "date"
- }
- }
|