Update .prettierrc

This commit is contained in:
2022-06-06 20:42:56 +07:00
parent 77ea62d046
commit 7daf2d87a8
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"singleQuote": true, "singleQuote": true,
"printWidth": 100, "printWidth": 120,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"proseWrap": "always", "proseWrap": "always",
"tabWidth": 4, "tabWidth": 4,