There was an error while loading. Please reload this page.
1 parent 3bd94d5 commit e20e100Copy full SHA for e20e100
1 file changed
editor/index.html
@@ -105,6 +105,7 @@
105
tabSize: 2,
106
indentWithTabs: false,
107
autofocus: true,
108
+ extraKeys: { Tab: function(cm) { cm.replaceSelection(' '); } },
109
});
110
editor.setValue(DEFAULT);
111
editor.setSize('100%', '100%');
0 commit comments