elm-format icon indicating copy to clipboard operation
elm-format copied to clipboard

elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide

Results 123 elm-format issues
Sort by recently updated
recently updated
newest added

Hey, we have found a possible performance bug with our code - one of our BE engineers copy/pasted deeply nested HTML structure and suddenly the elm-format takes 20s on 500...

performance
upgraded-parser

From https://github.com/avh4/elm-format/pull/770#issuecomment-1230725117, this is a low-priority issue to try using a cleaner design for coherent logging now that we process files in parallel. The user-visible goal of this is to...

help wanted
maintenance

I love elm-format, and I'm wondering if it's possible to add one more auto-fix to it. I'm often exposing everything from my lamdera `Types.elm` file, and just deleting the `exposing...