/ .oxfmtrc.json
.oxfmtrc.json
1 { 2 "$schema": "./node_modules/oxfmt/configuration_schema.json", 3 "arrowParens": "avoid", 4 "bracketSameLine": true, 5 "bracketSpacing": true, 6 "printWidth": 300, 7 "semi": false, 8 "singleQuote": true, 9 "useTabs": true, 10 }