Skip to content

Commit

Permalink
Change HTML spacing to avoid issues in i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
socram8888 committed Sep 13, 2023
1 parent 17af031 commit e062239
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
/*
* Disable insertion of whitespaces where it may cause a change in the rendered output.
*/
htmlWhitespaceSensitivity: 'css',
htmlWhitespaceSensitivity: 'strict',

/*
* Always use Linux EOL.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rigocorp/prettier-config",
"version": "1.3.0",
"version": "1.3.1",
"description": "Rigoberto Corporation's Prettier configuration",
"homepage": "https://github.com/RigoCorp/prettier-config#readme",
"bugs": {
Expand Down

0 comments on commit e062239

Please sign in to comment.