Skip to content

Commit

Permalink
🔧 Configure online editor (exercism#243)
Browse files Browse the repository at this point in the history
used [style guide](https://www.cs.cornell.edu/courses/cs312/2001SP/style.html)

modified indentation to 2
  • Loading branch information
BramVanPevenage authored Nov 12, 2023
1 parent 57ac8e4 commit b2d4148
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": "sml"
},
"test_runner": {
Expand Down

0 comments on commit b2d4148

Please sign in to comment.