chore: Enable formatting of files other than src and test.

This commit is contained in:
cpojer
2026-01-31 21:10:41 +09:00
parent 1287328b6f
commit dcc2de15a6
2 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,16 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"indentWidth": 2,
"printWidth": 100
"ignorePatterns": [
"apps/",
"assets/",
"dist/",
"docs/_layouts/",
"node_modules/",
"patches/",
"pnpm-lock.yaml/",
"scripts/",
"skills/",
"Swabble/",
"vendor/",
],
}