We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b6a18 commit aa2bc5dCopy full SHA for aa2bc5d
client/modules/IDE/components/Editor.jsx
@@ -62,6 +62,7 @@ const beautifyHTML = beautifyJS.html;
62
window.JSHINT = JSHINT;
63
window.CSSLint = CSSLint;
64
window.HTMLHint = HTMLHint;
65
+delete CodeMirror.keyMap.sublime['Shift-Tab'];
66
67
const IS_TAB_INDENT = false;
68
const INDENTATION_AMOUNT = 2;
0 commit comments