Files
suwayomi-material-you-webui/.oxfmtrc.json

11 lines
288 B
JSON
Raw Normal View History

2026-03-10 22:28:19 +01:00
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
2026-05-17 12:38:49 +02:00
"ignorePatterns": ["src/lib/graphql/generated/apollo-helpers.ts", ".github/**"]
2026-03-10 22:28:19 +01:00
}