Skip to content

Comments

style: enforce consistent formatting with Prettier and Cargo Fmt#11

Merged
miguemagicdev merged 1 commit intomainfrom
style/format-repo
Feb 22, 2026
Merged

style: enforce consistent formatting with Prettier and Cargo Fmt#11
miguemagicdev merged 1 commit intomainfrom
style/format-repo

Conversation

@miguemagicdev
Copy link
Contributor

@miguemagicdev miguemagicdev commented Feb 22, 2026

Overview

This PR addresses recurring linting failures in our status checks. It applies automated formatting tools across the codebase to ensure compliance with our defined style guides.

Changes

  • Rust: Ran cargo fmt on all modules.
  • Frontend/MD: Ran prettier on all supported file types.
  • CI: Verified that the lint and format stages now pass successfully.

Validation

  • Confirmed cargo fmt --check passes locally.
  • Confirmed prettier --check . passes locally.
  • Verified no logic changes were introduced during the automated format.

@miguemagicdev miguemagicdev merged commit 8888339 into main Feb 22, 2026
5 of 6 checks passed
@miguemagicdev miguemagicdev deleted the style/format-repo branch February 22, 2026 01:21
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.

1 participant