We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce51761 commit 14468dcCopy full SHA for 14468dc
1 file changed
.oxfmtrc.json
@@ -1,10 +1,9 @@
1
{
2
- "$schema": "./node_modules/oxfmt/configuration_schema.json",
3
"printWidth": 120,
4
"semi": false,
5
"singleQuote": true,
6
"quoteProps": "consistent",
7
"trailingComma": "es5",
8
"sortPackageJson": false,
9
- "ignorePatterns": ["CHANGELOG.md", "dist"]
+ "ignorePatterns": ["CHANGELOG.md", "dist", ".oxfmtrc.json"],
10
}
0 commit comments