Skip to content

Commit f706c97

Browse files
committed
chore: prose wrap for markdown
chore: delete superfluous prettier ignore chore: ignore bun.lockb file
1 parent e5fed21 commit f706c97

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules
66
*.log
77
.DS_Store
88
.pnp.*
9+
bun.lockb
910
lcov.info
1011
package-lock.json
1112
pnpm-lock.yaml

.prettierignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.prettierrc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
printWidth: 120
2-
proseWrap: "always"
32
trailingComma: "all"
3+
overrides:
4+
- files: "*.md"
5+
options:
6+
proseWrap: "always"

0 commit comments

Comments
 (0)