ibrahimcesar/velociplot

Run cargo fmt on entire codebase

Open

#4 geöffnet am 29. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
good first issuepriority: high

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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