Skip to content

Commit b5d836f

Browse files
authored
Add prettier format to Markdown files (#197)
1 parent 64c922d commit b5d836f

File tree

5 files changed

+243
-228
lines changed

5 files changed

+243
-228
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
dist
2+
CHANGELOG.md

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"printWidth": 120,
3+
"proseWrap": "always",
34
"singleQuote": true,
45
"trailingComma": "all"
56
}

0 commit comments

Comments
 (0)