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:
@@ -15,6 +15,7 @@ var cm_attr = {
|
||||
indentWithTabs: true,
|
||||
autofocus: true,
|
||||
lineNumbers: true,
|
||||
smartIndent: false,
|
||||
extraKeys: {
|
||||
'Tab': function(cm) {
|
||||
if (cm.somethingSelected()) {
|
||||
|
||||
Reference in New Issue
Block a user