diff --git a/shared/naturalcrit/codeEditor/codeEditor.jsx b/shared/naturalcrit/codeEditor/codeEditor.jsx index b2d9e4d26..2b3aa0125 100644 --- a/shared/naturalcrit/codeEditor/codeEditor.jsx +++ b/shared/naturalcrit/codeEditor/codeEditor.jsx @@ -99,6 +99,7 @@ const CodeEditor = createClass({ lineWrapping : this.props.wrap, indentWithTabs : false, tabSize : 2, + smartIndent : false, historyEventDelay : 250, scrollPastEnd : true, extraKeys : {