Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Jun 18, 2024
1 parent a28380f commit 2a7cb3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "proseWrap: always for .md files",
"packageName": "@nnecec/prettier-config",
"email": "nnecec@outlook.com",
"dependentChangeType": "patch"
}
6 changes: 0 additions & 6 deletions packages/prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ module.exports = {
printWidth: 120,
},
},
{
files: ['*.md'],
options: {
proseWrap: 'never',
},
},
],
printWidth: 100,
proseWrap: 'always',
Expand Down

0 comments on commit 2a7cb3b

Please sign in to comment.