SimonAlling / kurve

Achtung, die Kurve! in the browser
https://kurve.se
GNU Affero General Public License v3.0
41 stars 6 forks source link

Wrap module declaration lines #106

Closed SimonAlling closed 1 month ago

SimonAlling commented 1 month ago

I find it easier to read and edit module declarations with one exposed definition per line.

The changes were made like this:

for f in $(git ls-files src/); do
  sed -i -E 's/^(module .+ exposing \()/\1\n/' $f
done

npx elm-format --yes src/