Skip to content

Commit 59cf7c2

Browse files
committed
Fix Prettier config
1 parent 4ef34b1 commit 59cf7c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prettierrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"semi": false,
33
"singleQuote": true,
4+
"tabWidth": 2,
45
"trailingComma": "all",
6+
"useTabs": true,
57
"plugins": ["prettier-plugin-astro", "@awmottaz/prettier-plugin-void-html"],
68
"overrides": [
79
{
@@ -15,7 +17,7 @@
1517
"options": {
1618
"parser": "markdown",
1719
"proseWrap": "always",
18-
"proseWidth": 80,
20+
"printWidth": 80,
1921
"tabWidth": 4,
2022
"useTabs": false
2123
}

0 commit comments

Comments
 (0)