mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #857] [CLOSED] chore: set oxfmt printWidth to 90 #904
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#904
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/857
Author: @NathanDrake2406
Created: 4/17/2026
Status: ❌ Closed
Base:
main← Head:chore/print-width-85📝 Commits (2)
6e294e3chore: set oxfmt printWidth to 90f6bf581chore: reformat codebase at printWidth 90📊 Changes
328 files changed (+8436 additions, -2859 deletions)
View changed files
📝
.github/scripts/send-email.mjs(+9 -6)📝
benchmarks/run.mjs(+39 -10)📝
packages/vinext/src/build/client-build-config.ts(+3 -1)📝
packages/vinext/src/build/precompress.ts(+2 -1)📝
packages/vinext/src/build/prerender.ts(+75 -28)📝
packages/vinext/src/build/report.ts(+15 -4)📝
packages/vinext/src/build/run-prerender.ts(+10 -4)📝
packages/vinext/src/build/ssr-manifest.ts(+4 -1)📝
packages/vinext/src/build/standalone.ts(+13 -5)📝
packages/vinext/src/build/static-export.ts(+3 -1)📝
packages/vinext/src/check.ts(+82 -25)📝
packages/vinext/src/cli.ts(+30 -9)📝
packages/vinext/src/client/instrumentation-client.ts(+7 -2)📝
packages/vinext/src/cloudflare/kv-cache-handler.ts(+42 -11)📝
packages/vinext/src/cloudflare/tpr.ts(+36 -13)📝
packages/vinext/src/config/config-matchers.ts(+30 -8)📝
packages/vinext/src/config/dotenv.ts(+6 -1)📝
packages/vinext/src/config/next-config.ts(+32 -10)📝
packages/vinext/src/deploy.ts(+38 -11)📝
packages/vinext/src/entries/app-rsc-entry.ts(+47 -13)...and 80 more files
📄 Description
Summary
fmt.printWidthinvite.config.tsfrom100to90(closes #855).vp fmtacross the repo so the tree matches the new width. The reformat lives in its own commit so it can be added to.git-blame-ignore-revsif desired.// oxlint-disable-next-line …suppressions to paired/* oxlint-disable … *///* oxlint-enable … */blocks inplugins/strip-server-exports.tsandserver/middleware.ts. The single-line variants previously covered expressions that fit on one line at width 100; after wrapping to 90, only the top of the wrap remained suppressed. Block pairs are stable across any formatter width and do not introduce new suppressions.No behavioral changes. This is a formatting-and-config PR.
Refs #855
Test plan
vp check(fmt + lint + type) passes on CIvp testpasses on CIRunning the full suite locally isn't useful here (nothing runtime-facing changed), so CI is the source of truth.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.