Skip to content

fix(docs): fix oxfmt formatting in Footer.vue#670

Merged
Brooooooklyn merged 3 commits into3_2-update-home-pagefrom
copilot/sub-pr-669
Mar 2, 2026
Merged

fix(docs): fix oxfmt formatting in Footer.vue#670
Brooooooklyn merged 3 commits into3_2-update-home-pagefrom
copilot/sub-pr-669

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 2, 2026

docs/.vitepress/theme/components/Footer.vue was the only file failing vp fmt --check in the target branch. Fixes the formatting to comply with the project's oxfmt configuration (singleQuote: true, semi: true):

  • Fixed <Sponsors> attribute indentation
  • Added semicolon to the import statement

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix docs to update marketing page for Vite OSS fix(docs): apply oxfmt formatting to docs files Mar 2, 2026
@Brooooooklyn Brooooooklyn marked this pull request as ready for review March 2, 2026 14:18
@Brooooooklyn
Copy link
Copy Markdown
Member

@copilot only 1 file check failed in target branch
CleanShot 2026-03-02 at 22 19 12@2x

Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 2, 2026

@copilot only 1 file check failed in target branch
<img width="1718" height="506" alt="CleanShot 2026-03-02 at 22 19 12@2x" src="https://github.com/user-attachments/assets/adc61270-...

Fixed in 896de96 — the previous commit was using oxfmt@0.36.0 directly (bypassing the project's vite.config.ts config) which changed 38 files incorrectly. This commit reverts those and only applies the correct fix to Footer.vue: proper attribute indentation and a semicolon on the import (matching the project's singleQuote: true, semi: true settings).

Copilot AI changed the title fix(docs): apply oxfmt formatting to docs files fix(docs): fix oxfmt formatting in Footer.vue Mar 2, 2026
@Brooooooklyn Brooooooklyn merged commit a7e496c into 3_2-update-home-page Mar 2, 2026
@Brooooooklyn Brooooooklyn deleted the copilot/sub-pr-669 branch March 2, 2026 14:30
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.

2 participants