avh4/elm-format

(not yet decided) Switch to using trailing commas

Open

#100 opened on Jan 6, 2016

View on GitHub
 (4 comments) (20 reactions) (1 assignee)Haskell (148 forks)batch import
help wanted

Repository metrics

Stars
 (1,329 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

There is a proposal to modify elm-compiler to allow trailing commas in tuples, lists and records. If implemented, the official elm style guide will likely change to prefer trailing commas instead of leading commas, and to always add the optional final comma.

Contributor guide