mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-14 09:35:29 +00:00
www/codemirror/fhem_codemirror.js: Enabled indentWithTabs by default (FORUM #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk@9726 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
916a248828
commit
c34403b32f
@ -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