www/codemirror/fhem_codemirror.js: Disabled smartIndent by default (FORUM #20444)

git-svn-id: https://svn.fhem.de/fhem/trunk@9728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rapster
2015-10-30 13:24:30 +00:00
parent 34e149d462
commit 904904b27b

View File

@@ -15,6 +15,7 @@ var cm_attr = {
indentWithTabs: true,
autofocus: true,
lineNumbers: true,
smartIndent: false,
extraKeys: {
'Tab': function(cm) {
if (cm.somethingSelected()) {