Rust library to generate static websites
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 201 B view raw
1{ 2 "$schema": "./node_modules/oxfmt/configuration_schema.json", 3 "ignorePatterns": [ 4 "node_modules", 5 "dist", 6 "pnpm-lock.yaml", 7 "target", 8 "benchmarks", 9 "CHANGELOG.md" 10 ], 11 "useTabs": true 12}