Skip to content

Commit d10ffec

Browse files
authored
fix: Change IndentSize from 2 to 4 (laike9m#21)
Signed-off-by: Manjusaka <[email protected]>
1 parent 4dbbae7 commit d10ffec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/challenge.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
mode: "python",
199199
lineWrapping: true,
200200
lineNumbers: true,
201+
indentUnit: 4,
201202
}
202203
let code_under_test = {{ code_under_test | tojson }};
203204
let myCodeMirror = CodeMirror(document.getElementById("editor"), {

0 commit comments

Comments
 (0)