dnd-template/.obsidian/plugins/obsidian-git/data.json

24 lines
691 B
JSON
Raw Normal View History

2022-06-22 07:34:43 +00:00
{
"commitMessage": "vault backup: {{date}}",
2022-06-22 07:41:22 +00:00
"autoCommitMessage": "vault auto-backup: {{date}}",
"commitDateFormat": "DD.MM.YYYY - HH:mm:ss",
"autoSaveInterval": 5,
2022-06-22 07:34:43 +00:00
"autoPushInterval": 0,
2022-06-22 07:41:22 +00:00
"autoPullInterval": 5,
"autoPullOnBoot": true,
2022-06-22 07:34:43 +00:00
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
2022-06-22 07:41:22 +00:00
"listChangedFilesInMessageBody": true,
2022-06-22 07:34:43 +00:00
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"gitPath": "",
2022-06-22 07:41:22 +00:00
"customMessageOnAutoBackup": true,
2022-06-22 07:34:43 +00:00
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
2022-06-22 07:41:22 +00:00
"changedFilesInStatusBar": true
2022-06-22 07:34:43 +00:00
}