mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
www/codemirror/fhem_codemirror.js: Enabled indentWithTabs by default (FORUM #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9726 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8d4f0cffe5
commit
2afbee1a4d
@ -12,7 +12,7 @@ var cm_attr = {
|
||||
indentUnit: 4,
|
||||
type: "fhem",
|
||||
theme: "blackboard",
|
||||
indentWithTabs: false,
|
||||
indentWithTabs: true,
|
||||
autofocus: true,
|
||||
lineNumbers: true,
|
||||
extraKeys: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user