Skip to content

Commit

Permalink
chore: Undo prosewrap in changelog (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Jan 27, 2025
1 parent 4aced09 commit 340fe0d
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 375 deletions.
10 changes: 9 additions & 1 deletion .trunk/configs/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"plugins": ["assemblyscript-prettier"],
"semi": true,
"proseWrap": "always",
"printWidth": 100
"printWidth": 100,
"overrides": [
{
"files": "CHANGELOG.md",
"options": {
"proseWrap": "never"
}
}
]
}
Loading

0 comments on commit 340fe0d

Please sign in to comment.