Skip to content

Commit

Permalink
prevent html closing tag to be placed on newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKalverda committed Jan 29, 2024
1 parent 5972c3a commit 8a249d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
semi: false,
singleQuote: true,
tabWidth: 2,
htmlWhitespaceSensitivity: 'ignore',
plugins: [import('prettier-plugin-tailwindcss')],
}

0 comments on commit 8a249d9

Please sign in to comment.