From 288b407e3e4ce681481e1da6cd58ffd83ba39b9f Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sat, 20 May 2023 01:32:07 -0400 Subject: [PATCH] Turn off smartIndent --- shared/naturalcrit/codeEditor/codeEditor.jsx | 1 + 1 file changed, 1 insertion(+) 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 : {