Skip to content

Commit

Permalink
chore(lint): Do not break html closing tag while formatting (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
aifrak authored Dec 25, 2021
1 parent 02f82b3 commit a4f67f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
htmlWhitespaceSensitivity: ignore

overrides:
- files:
- "*.eex"
- "*.leex"
options:
parser: eex

- files:
- "*.hbs"
options:
htmlWhitespaceSensitivity: css

0 comments on commit a4f67f2

Please sign in to comment.