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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rapster
2015-10-30 13:24:30 +00:00
parent 98095ca1c8
commit 96b8a407dc

View File

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