fix(Editor): change tab size to 2 spaces instead of 4 (#38475)

This commit is contained in:
Ashraf Nazar
2020-03-31 11:50:46 +01:00
committed by GitHub
parent 84edc07076
commit 7e29462168

View File

@ -114,7 +114,8 @@ class Editor extends Component {
},
parameterHints: {
enabled: false
}
},
tabSize: 2
};
this._editor = null;