| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "commitMessage": "vault backup: {{date}}",
- "autoCommitMessage": "vault backup: {{date}}",
- "commitMessageScript": "",
- "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
- "autoSaveInterval": 10,
- "autoPushInterval": 10,
- "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": true,
- "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,
- "lastShownAuthorDisplay": "initials",
- "lastShownDateTimeFormatOptions": "date"
- }
- }
|