ibrahimcesar/velociplot

Run cargo fmt on entire codebase

Open

#4 aberto em 29 de nov. de 2025

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

Métricas do repositório

Stars
 (3 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador