Files
heygen-com__hyperframes/.oxfmtrc.json

13 lines
275 B
JSON

{
"singleQuote": false,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 100,
"ignorePatterns": [
"examples/docs-reference-project/capture/extracted/page.html",
"examples/docs-reference-project/live/index.html"
]
}