exercism / pony

Exercism exercises in Pony.
https://exercism.org/tracks/pony
MIT License
38 stars 20 forks source link

Reformat config files #60

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

kytrinyx commented 6 years ago

Since this is purely janitorial I'm going to go ahead and merge it.