Make tab width 2 spaces (#445)

This commit is contained in:
Francesco Stasi
2021-07-09 10:14:42 +02:00
committed by GitHub
parent 40a73af82b
commit e10f0f1683
205 changed files with 19676 additions and 20141 deletions

View File

@@ -4,15 +4,15 @@ import { OutlineViewContribution as TheiaOutlineViewContribution } from '@theia/
@injectable()
export class OutlineViewContribution extends TheiaOutlineViewContribution {
constructor() {
super();
this.options.defaultWidgetOptions = {
area: 'left',
rank: 500,
};
}
constructor() {
super();
this.options.defaultWidgetOptions = {
area: 'left',
rank: 500,
};
}
async initializeLayout(app: FrontendApplication): Promise<void> {
// NOOP
}
async initializeLayout(app: FrontendApplication): Promise<void> {
// NOOP
}
}