1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-05-06 13:48:12 +02:00
Files
.profile/.oxfmtrc.json
T

10 lines
241 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": ["pnpm-lock.yaml"],
"semi": false,
"sortTailwindcss": {
"stylesheet": "./configs/config-tailwind/styles.css",
"functions": ["classNames"]
}
}