Files
element-call-Github/.oxfmtrc.json
T
Timo K. 36ed60d95c plan oxidation
- add the drivers
 - add the uniffi build toolchain
 - create the plan document
2026-09-15 19:06:04 +02:00

12 lines
230 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 80,
"sortPackageJson": false,
"ignorePatterns": [
"pnpm-lock.yaml",
"node_modules",
"dist",
"src/matrix-rtc-sdk/generated"
]
}