ibrahimcesar/velociplot

Run cargo fmt on entire codebase

Open

#4 ouverte le 29 nov. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (0 forks)auto 404
good first issuepriority: high

Métriques du dépôt

Stars
 (3 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur