Skip to content

Commit a5a657b

Browse files
committed
chore: align .prettierrc with main repo config
1 parent 0f19ef9 commit a5a657b

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.prettierrc

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
2-
"singleQuote": true,
3-
"trailingComma": "all",
4-
"printWidth": 88
2+
"tabWidth": 2,
3+
"useTabs": false,
4+
"trailingComma": "es5",
5+
"bracketSameLine": true,
6+
"overrides": [
7+
{
8+
"files": "*.md",
9+
"options": {
10+
"tabWidth": 4,
11+
"useTabs": false,
12+
"trailingComma": "es5",
13+
"endOfLine": "lf",
14+
"printWidth": 80,
15+
"proseWrap": "always"
16+
}
17+
}
18+
]
519
}

0 commit comments

Comments
 (0)