Closed SimonAlling closed 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/
I find it easier to read and edit module declarations with one exposed definition per line.
The changes were made like this: