mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-07 09:45:36 -05:00
Adds advanced setting for toggling whitespace
This is in-case it is still needed (it if off by default)
This commit is contained in:
@@ -99,6 +99,9 @@ export interface IAdvancedConfig {
|
||||
output: {
|
||||
level: OutputLevel;
|
||||
};
|
||||
toggleWhitespace: {
|
||||
enabled: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IConfig {
|
||||
|
||||
Reference in New Issue
Block a user