Skip to content

Commit 1f12a9d

Browse files
committed
chore: don't use oxfmt on Markdown with GitHub alert syntax
1 parent 25ab43b commit 1f12a9d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.oxfmtrc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
"htmlWhitespaceSensitivity": "css",
1616
"endOfLine": "lf",
1717
"sortPackageJson": false,
18-
"ignorePatterns": ["dist/", "node_modules/", "coverage/", "**/*.yml"]
18+
"ignorePatterns": [
19+
"dist/",
20+
"node_modules/",
21+
"coverage/",
22+
"github-script/README.md",
23+
"**/*.yml"
24+
]
1925
}

0 commit comments

Comments
 (0)