Adds an experimental custom view (wip)

This commit is contained in:
Eric Amodio
2017-06-12 12:25:09 -04:00
parent 3081632815
commit c812a56eac
20 changed files with 1939 additions and 1401 deletions

View File

@@ -303,6 +303,13 @@ export interface IConfig {
defaultDateFormat: string | null;
explorer: {
commitFormat: string;
commitFileFormat: string;
stashFormat: string;
// dateFormat: string | null;
};
statusBar: {
enabled: boolean;
alignment: 'left' | 'right';