diff --git a/fhem/www/codemirror/fhem_codemirror.js b/fhem/www/codemirror/fhem_codemirror.js index c69aa0e0b..d13da2207 100644 --- a/fhem/www/codemirror/fhem_codemirror.js +++ b/fhem/www/codemirror/fhem_codemirror.js @@ -8,7 +8,7 @@ var cm_attr = { search: true, comment: true, autocomplete: true, - autoCloseBrackets:false, + autoCloseBrackets:true, indentUnit: 4, type: "fhem", theme: "blackboard",