ibrahimcesar/velociplot

Run cargo fmt on entire codebase

Open

#4 opened on Nov 29, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
good first issuepriority: high

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

Apply consistent formatting across the entire codebase using cargo fmt.

Tasks

  • Run cargo fmt
  • Verify all files are formatted
  • Update CI to enforce formatting

Acceptance Criteria

  • All code follows rustfmt standards
  • CI fails on formatting violations

Contributor guide