We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81645d5 commit 9db16c8Copy full SHA for 9db16c8
1 file changed
.oxfmtrc.json
@@ -1,6 +1,5 @@
1
{
2
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3
- "ignorePatterns": [],
4
- "printWidth": 100,
5
- "tabWidth": 4
+ "ignorePatterns": ["*.md"],
+ "arrowParens": "avoid"
6
}
0 commit comments