Skip to content

Commit c2cb354

Browse files
committed
changed tab size to 4 spaces to match popular coding conventions
1 parent e8f2f67 commit c2cb354

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v3/js/opt-frontend.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ $(document).ready(function() {
5656
pyInputCodeMirror = CodeMirror(document.getElementById('codeInputPane'), {
5757
mode: 'python',
5858
lineNumbers: true,
59-
tabSize: 2,
59+
tabSize: 4,
6060
// convert tab into two spaces:
61-
extraKeys: {Tab: function(cm) {cm.replaceSelection(" ", "end");}}
61+
extraKeys: {Tab: function(cm) {cm.replaceSelection(" ", "end");}}
6262
});
6363

6464
pyInputCodeMirror.setSize(null, '450px');

0 commit comments

Comments
 (0)