Browse Source

indent with tabs

cl-refactor
arkpar 10 years ago
parent
commit
d2b029b207
  1. 1
      mix/qml/html/codeeditor.js

1
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");

Loading…
Cancel
Save