Skip to content

Commit 449b479

Browse files
committed
Update prettier settings and wrap lines in markdown
1 parent 14968b0 commit 449b479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.prettierrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ module.exports = {
44
arrowParens: 'avoid',
55
trailingComma: 'all',
66
useTabs: false,
7+
printWidth: 80,
8+
proseWrap: "always",
79
singleQuote: true,
810
};

0 commit comments

Comments
 (0)