mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-05 16:38:32 +00:00
Make tab width 2 spaces (#445)
This commit is contained in:
@@ -4,11 +4,11 @@ import { StatusBarEntry } from '@theia/core/lib/browser/status-bar/status-bar';
|
||||
|
||||
@injectable()
|
||||
export class ScmContribution extends TheiaScmContribution {
|
||||
async initializeLayout(): Promise<void> {
|
||||
// NOOP
|
||||
}
|
||||
async initializeLayout(): Promise<void> {
|
||||
// NOOP
|
||||
}
|
||||
|
||||
protected setStatusBarEntry(id: string, entry: StatusBarEntry): void {
|
||||
// NOOP
|
||||
}
|
||||
protected setStatusBarEntry(id: string, entry: StatusBarEntry): void {
|
||||
// NOOP
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user