mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-27 14:24:52 +00:00
www/codemirror/fhem_codemirror.js: Disabled smartIndent by default (FORUM #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk@9728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6d3468c8e1
commit
6310b16c1f
@ -15,6 +15,7 @@ var cm_attr = {
|
||||
indentWithTabs: true,
|
||||
autofocus: true,
|
||||
lineNumbers: true,
|
||||
smartIndent: false,
|
||||
extraKeys: {
|
||||
'Tab': function(cm) {
|
||||
if (cm.somethingSelected()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user