openpencil/.oxfmtrc.json
2026-03-24 09:50:20 +03:00

23 lines
469 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"arrowParens": "always",
"sortImports": {
"order": "asc",
"ignoreCase": true,
"newlinesBetween": true,
"internalPattern": ["@open-pencil/", "@/"],
"groups": [
"builtin",
"external",
"internal",
["parent", "sibling", "index"],
"type"
]
}
}