exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
27 stars 35 forks source link

Reformat config files #98

Closed kytrinyx closed 6 years ago

kytrinyx commented 6 years ago

This runs the configlet fmt command, which normalizes the contents and ordering of keys in the track config and maintainers config.

This will let us script changes to the config files without having unnecessary noise in the diffs when submitting pull requests.

See exercism/meta#95