@@ -933,7 +933,7 @@ export default class CodeMirrorEditor extends AbstractEditor {
}}
value={this.state.value}
options={{
- // indentUnit: this.props.indentSize,
+ indentUnit: this.props.indentSize,
lineWrapping: true,
scrollPastEnd: true,
autoRefresh: { force: true }, // force option is enabled by autorefresh.ext.js -- Yuki Takei