Removes obsolete character settings

This commit is contained in:
Eric Amodio
2017-04-10 12:38:28 -04:00
parent 7643e338c5
commit e5653d1c66
5 changed files with 14 additions and 60 deletions

View File

@@ -19,12 +19,6 @@ export interface IBlameConfig {
dateFormat: string;
message: boolean;
activeLine: 'off' | 'inline' | 'hover' | 'both';
characters: {
ellipse: string;
indent: string;
padding: string;
separator: string;
}
};
}