Skip to content

Commit

Permalink
Fixme: bug in record formatting 🧐
Browse files Browse the repository at this point in the history
Might be fixed in a more recent version of dprint?
  • Loading branch information
Jordan Mackie committed Jan 23, 2023
1 parent 9804a25 commit 2060206
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crates/ditto-fmt/tests/golden/records.ditto
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module Records exports (..)


items = [
{ key = "a", value = unit },
{ key = "b", value = unit },
{key = "c", value = unit },
{ key = "d", value = unit },
]

0 comments on commit 2060206

Please sign in to comment.