Skip to content

Commit

Permalink
Configure online editor to use 2 space indents (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriamanitra authored Sep 28, 2022
1 parent 09f1598 commit 99e933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4,
"indent_size": 2,
"highlightjs_language": "crystal"
},
"test_runner": {
Expand Down

0 comments on commit 99e933e

Please sign in to comment.