We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f2f67 commit c2cb354Copy full SHA for c2cb354
1 file changed
v3/js/opt-frontend.js
@@ -56,9 +56,9 @@ $(document).ready(function() {
56
pyInputCodeMirror = CodeMirror(document.getElementById('codeInputPane'), {
57
mode: 'python',
58
lineNumbers: true,
59
- tabSize: 2,
+ tabSize: 4,
60
// convert tab into two spaces:
61
- extraKeys: {Tab: function(cm) {cm.replaceSelection(" ", "end");}}
+ extraKeys: {Tab: function(cm) {cm.replaceSelection(" ", "end");}}
62
});
63
64
pyInputCodeMirror.setSize(null, '450px');
0 commit comments