Skip to content

Commit 3ade2f8

Browse files
committed
Exclude markdown files from formatting
1 parent 7964259 commit 3ade2f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deno.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"name": "@chrome-devtools/source-map-scopes-codec",
33
"version": "0.1.0",
44
"exports": "./mod.ts",
5-
"license": "BSD-3-Clause"
5+
"license": "BSD-3-Clause",
6+
"fmt": {
7+
"exclude": ["README.md", "CONTRIBUTING.md"]
8+
}
69
}

0 commit comments

Comments
 (0)