exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Reformat config files #568

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

ErikSchierboom commented 6 years ago

Merged. Thanks!