vault backup: 2024-12-13 09:04:22

This commit is contained in:
sShemet
2024-12-13 09:04:22 +05:00
parent c39a763a5f
commit 96353e4e7a

View File

@@ -1,10 +1,10 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"autoSaveInterval": 10,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": false,
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
@@ -23,7 +23,7 @@
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"setLastSaveToLastCommit": true,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
@@ -50,7 +50,9 @@
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "vault backup: {{date}}"
}