mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
1a2b471803
commit
916a248828
@ -8,7 +8,7 @@ var cm_attr = {
|
||||
search: true,
|
||||
comment: true,
|
||||
autocomplete: true,
|
||||
autoCloseBrackets:false,
|
||||
autoCloseBrackets:true,
|
||||
indentUnit: 4,
|
||||
type: "fhem",
|
||||
theme: "blackboard",
|
||||
|
Loading…
Reference in New Issue
Block a user