Skip to content

Exclude README from oxfmt formatting#492

Merged
unknwon merged 1 commit intomainfrom
copilot/make-oxfmt-ignore-readme
Apr 9, 2026
Merged

Exclude README from oxfmt formatting#492
unknwon merged 1 commit intomainfrom
copilot/make-oxfmt-ignore-readme

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 9, 2026

The root README file (no extension) was being processed by oxfmt, which is undesirable. Added it to the ignorePatterns list in .oxfmtrc.json.

"ignorePatterns": [
  ...
  "*.patch",
  "README"
]

Agent-Logs-Url: https://github.com/pierrecomputer/pierre/sessions/efa71977-5b0e-40e7-bb17-70abe0d8eaaa

Co-authored-by: unknwon <2946214+unknwon@users.noreply.github.com>
@unknwon unknwon marked this pull request as ready for review April 9, 2026 19:06
@unknwon unknwon requested a review from amadeus April 9, 2026 19:07
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pierrejs-diff-demo Ready Ready Preview Apr 9, 2026 7:08pm
pierrejs-docs Ready Ready Preview Apr 9, 2026 7:08pm

Request Review

@unknwon unknwon merged commit 8de1ab6 into main Apr 9, 2026
10 checks passed
@unknwon unknwon deleted the copilot/make-oxfmt-ignore-readme branch April 9, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants