From d2b029b207ce211f3f121bcada2918c3cebe207e Mon Sep 17 00:00:00 2001 From: arkpar Date: Fri, 23 Jan 2015 11:09:29 +0100 Subject: [PATCH] indent with tabs --- mix/qml/html/codeeditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mix/qml/html/codeeditor.js b/mix/qml/html/codeeditor.js index f7db3ef90..325741158 100644 --- a/mix/qml/html/codeeditor.js +++ b/mix/qml/html/codeeditor.js @@ -4,6 +4,7 @@ var editor = CodeMirror(document.body, { //styleActiveLine: true, matchBrackets: true, autofocus: true, + indentWithTabs: true, }); editor.setOption("theme", "solarized dark");