diff options
Diffstat (limited to '')
-rw-r--r-- | public/js/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js index 575baca2..a50dacaa 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -369,7 +369,6 @@ var editor = CodeMirror.fromTextArea(textit, { showCursorWhenSelecting: true, highlightSelectionMatches: true, indentUnit: 4, - indentWithTabs: true, continueComments: "Enter", theme: "one-dark", inputStyle: "textarea", |