Changed printWidth to 225 in prettierrc.

This commit is contained in:
Leon Meier 2023-05-13 01:00:29 +02:00
parent 5ade4891b5
commit 739ab7b9ee
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 200,
"printWidth": 225,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,