Skip to content

Commit

Permalink
Added missing htmlWhitespaceSensitivity entry
Browse files Browse the repository at this point in the history
  • Loading branch information
socram8888 committed Jul 18, 2022
1 parent 2edd4a5 commit d722bde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ module.exports = {
*/
proseWrap: 'always',

/*
* Disable insertion of whitespaces where it may cause a change in the rendered output.
*/
htmlWhitespaceSensitivity: 'css',

/*
* Always use Linux EOL.
*/
Expand Down

0 comments on commit d722bde

Please sign in to comment.