1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| {
| "commitMessage": "vault backup: {{date}}",
| "autoCommitMessage": "vault backup: {{date}}",
| "commitMessageScript": "",
| "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
| "autoSaveInterval": 1,
| "autoPushInterval": 0,
| "autoPullInterval": 0,
| "autoPullOnBoot": true,
| "autoCommitOnlyStaged": false,
| "disablePush": false,
| "pullBeforePush": true,
| "disablePopups": false,
| "showErrorNotices": true,
| "disablePopupsForNoChanges": false,
| "listChangedFilesInMessageBody": false,
| "showStatusBar": true,
| "updateSubmodules": false,
| "syncMethod": "merge",
| "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",
| "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"
| }
| }
|
|