mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #207] [CLOSED] chore: setup oxfmt #388
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#388
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/207
Author: @hyoban
Created: 3/1/2026
Status: ❌ Closed
Base:
main← Head:3-1-oxfmt📝 Commits (1)
5b4eb6fchore: setup oxfmt📊 Changes
480 files changed (+8215 additions, -9456 deletions)
View changed files
📝
.agents/skills/migrate-to-vinext/SKILL.md(+31 -29)📝
.agents/skills/migrate-to-vinext/references/compatibility.md(+65 -65)📝
.agents/skills/migrate-to-vinext/references/config-examples.md(+15 -15)📝
.agents/skills/migrate-to-vinext/references/troubleshooting.md(+9 -9)📝
.github/scripts/send-email.mjs(+8 -13)📝
.github/workflows/deploy-examples.yml(+6 -6)➕
.github/workflows/fmt.yml(+25 -0)📝
.opencode/agents/reviewer.md(+1 -1)📝
.opencode/agents/viguy.md(+24 -18)📝
.opencode/commands/address-review.md(+2 -0)📝
.opencode/commands/autopilot.md(+6 -2)📝
.opencode/commands/fix-issue.md(+3 -0)📝
.opencode/commands/review-pr.md(+1 -0)➕
.oxfmtrc.json(+4 -0)📝
AGENTS.md(+32 -18)📝
README.md(+85 -83)📝
SECURITY.md(+5 -5)📝
benchmarks/generate-app.mjs(+148 -56)📝
benchmarks/nextjs/tsconfig.json(+3 -11)📝
benchmarks/run.mjs(+78 -28)...and 80 more files
📄 Description
Introduce oxfmt with commit hook and CI setup.
Keep a consistent coding style across the project to prevent unnecessary changes in pull requests like #160.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.