Update default indent to use spaces instead of tabs

This commit is contained in:
Wu Cheng-Han 2016-10-10 20:46:06 +08:00
parent 1d1eedce7e
commit 550746b70e

View file

@ -369,7 +369,6 @@ var editor = CodeMirror.fromTextArea(textit, {
showCursorWhenSelecting: true,
highlightSelectionMatches: true,
indentUnit: 4,
indentWithTabs: true,
continueComments: "Enter",
theme: "one-dark",
inputStyle: "textarea",