Skip to content

Commit

Permalink
Merge branch 'main' into mix-format-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomconroy committed May 20, 2024
2 parents 6df8654 + 4cfeb08 commit 37edd41
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions test/formatters/samplecode/mix-format/in.html.heex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<.component id={ @a }>
<:slot attr={@b}
foo="bar">
<%= @c %>
</:slot>
</.component>
5 changes: 5 additions & 0 deletions test/formatters/samplecode/mix-format/out.html.heex
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<.component id={@a}>
<:slot attr={@b} foo="bar">
<%= @c %>
</:slot>
</.component>

0 comments on commit 37edd41

Please sign in to comment.