exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

Reformat config files #71

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