Closes #138 - adds ignore whitespace setting

This commit is contained in:
Eric Amodio
2017-09-12 17:46:22 -04:00
parent 6837414f22
commit 543d39246f
6 changed files with 40 additions and 15 deletions

View File

@@ -275,6 +275,8 @@ export interface IConfig {
};
blame: {
ignoreWhitespace: boolean;
file: {
annotationType: FileAnnotationType;
lineHighlight: {