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

elm-format version: 0.8.2 When running `elm-format` once on the following top-level comment with two expression examples in a code block: ``` {-| 1 == 1 (-2 == 3) -} ```...

This is a discussion about the way we can trigger formatting on one line vs multi-line. I'm sorry if this has been discussed before and I did not find it,...

I'm currently using https://github.com/Razzeee/tree-sitter-elm/blob/master/script/parse-examples-full to parse all of the packages on the elm package website and some hand picked open source applications. I think it would be nice to have...

Currently formatting 400 files takes ~2 seconds on a 2015 MBP. Can that time be cut in half?

help wanted

I realize this has been discussed in #251 and #280, but I wanted to reopen the discussion considering more recent changes to conditional formatting. Specifically, elm-format now puts a newline...

I think the title here mostly explains what I want. Feel free to close if this is out of scope of the formatter. My experience coming to Elm is that...

`elm-compiler` has the possibly unexpected behavior that `""" \" """` parses as the string ` " ` instead of ` \" `. Should elm-format convert backslash-doublequote in triple-quoted strings to...

discussion

This is a draft of guidelines for IDEs and IDE plugins that want to officially integrate with elm-format. The goal of elm-format is to make it as easy as possible...

discussion

## Motivation A primary goal of `elm-format` has always been to prevent teams from having stylistic debates. I've noticed an area where I still feel a desire to make comments...

discussion

Formatting the following program takes a bit over 6 seconds on my machine: ```elm x = [ [ [ [ [ [ [ [ [ [ [ [ [ [...