Skip to content

Commit 2e6b024

Browse files
committed
feat: prettier config for .md files
1 parent 677d9cf commit 2e6b024

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
trailingComma: none
2+
singleQuote: true
3+
overrides:
4+
- files: "*.md"
5+
options:
6+
printWidth: 80
7+
proseWrap: always

0 commit comments

Comments
 (0)