Skip to content

Commit

Permalink
🔧 Configure online editor
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 Apr 17, 2023
1 parent 31828a4 commit b2967f2
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 b2967f2

Please sign in to comment.