Adds advanced setting for toggling whitespace

This is in-case it is still needed (it if off by default)
This commit is contained in:
Eric Amodio
2017-02-05 15:44:30 -05:00
parent 7352a70662
commit 15c81ef36f
4 changed files with 39 additions and 3 deletions

View File

@@ -99,6 +99,9 @@ export interface IAdvancedConfig {
output: {
level: OutputLevel;
};
toggleWhitespace: {
enabled: boolean;
};
}
export interface IConfig {