We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02adc8d commit 89f6647Copy full SHA for 89f6647
1 file changed
.oxfmtrc.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "./node_modules/oxfmt/configuration_schema.json",
3
"tabWidth": 2,
4
"useTabs": false,
5
"singleQuote": true,
@@ -20,5 +21,5 @@
20
21
"importOrderGroupNamespaceSpecifiers": true,
22
"printWidth": 80,
23
"sortPackageJson": false,
- "ignorePatterns": []
24
+ "ignorePatterns": ["*.md", "*.yml"]
25
}
0 commit comments