Skip to content

Commit 89f6647

Browse files
committed
Add and update ignorePatterns in .oxfmtrc.json
1 parent 02adc8d commit 89f6647

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.oxfmtrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
23
"tabWidth": 2,
34
"useTabs": false,
45
"singleQuote": true,
@@ -20,5 +21,5 @@
2021
"importOrderGroupNamespaceSpecifiers": true,
2122
"printWidth": 80,
2223
"sortPackageJson": false,
23-
"ignorePatterns": []
24+
"ignorePatterns": ["*.md", "*.yml"]
2425
}

0 commit comments

Comments
 (0)