Skip to content

Commit

Permalink
chore: ignore markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiq007 committed Mar 3, 2024
1 parent 478fb7b commit 888d610
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@
},
"fmt": {
"include": [
"src/",
"*.md"
"src/"
],
"indentWidth": 2,
"lineWidth": 80,
"semiColons": true,
"singleQuote": true
},
"lint": {
"exclude": [
"*.md"
]
},
"lock": false,
"tasks": {
"bench": "deno bench -A",
Expand Down

0 comments on commit 888d610

Please sign in to comment.