fix(Editor): change tab size to 2 spaces instead of 4 (#38475)
This commit is contained in:
@ -114,7 +114,8 @@ class Editor extends Component {
|
|||||||
},
|
},
|
||||||
parameterHints: {
|
parameterHints: {
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
},
|
||||||
|
tabSize: 2
|
||||||
};
|
};
|
||||||
|
|
||||||
this._editor = null;
|
this._editor = null;
|
||||||
|
Reference in New Issue
Block a user