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 3828c7e commit a20e586
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 @@ -14,13 +14,17 @@
"include": [
"entropy.ts",
"init.ts",
"src/",
"*.md"
"src/"
],
"indentWidth": 2,
"lineWidth": 80,
"semiColons": true,
"singleQuote": true
},
"lint": {
"exclude": [
"*.md"
]
},
"lock": false
}

0 comments on commit a20e586

Please sign in to comment.