2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

www/codemirror/fhem_codemirror.js: Enabled autoCloseBrackets by default (FORUM #20444)

git-svn-id: https://svn.fhem.de/fhem/trunk@9725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rapster 2015-10-30 12:41:36 +00:00
parent 1a2b471803
commit 916a248828

View File

@ -8,7 +8,7 @@ var cm_attr = {
search: true,
comment: true,
autocomplete: true,
autoCloseBrackets:false,
autoCloseBrackets:true,
indentUnit: 4,
type: "fhem",
theme: "blackboard",