Compare commits

..

No commits in common. "5b468850c114f56fed5e1f7cd7f76c9515171412" and "ced3448ba46ddaca3e1a89b3ef90ac36949960d1" have entirely different histories.

View File

@ -27,6 +27,8 @@
"submoduleRecurseCheckout": true, "submoduleRecurseCheckout": true,
"gitDir": "", "gitDir": "",
"showFileMenu": true, "showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": { "lineAuthor": {
"show": false, "show": false,
"followMovement": "inactive", "followMovement": "inactive",
@ -48,7 +50,7 @@
}, },
"textColorCss": "var(--text-muted)", "textColorCss": "var(--text-muted)",
"ignoreWhitespace": false, "ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5, "gutterSpacingFallbackLength": 15,
"lastShownAuthorDisplay": "initials", "lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date" "lastShownDateTimeFormatOptions": "date"
}, },