Skip to content

Commit

Permalink
Exclude ignored files from deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Oct 6, 2024
1 parent b690a75 commit ccfbc01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"useTabs": true,
"singleQuote": true,
"exclude": [
".vscode",
"coverage",
"README.md"
]
},
Expand Down

0 comments on commit ccfbc01

Please sign in to comment.