chore: update .prettierrc

This commit is contained in:
张传龙 2023-06-03 16:34:50 +08:00
parent 855202962c
commit 526792e22f

View File

@ -2,5 +2,6 @@
"printWidth": 100,
"singleQuote": true,
"semi": false,
"endOfLine": "lf"
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}