Skip to content

tooling: rustfmt the workspace, fmt check in the rust gate#140

Merged
johncarmack1984 merged 1 commit into
mainfrom
tooling/rustfmt
Jul 7, 2026
Merged

tooling: rustfmt the workspace, fmt check in the rust gate#140
johncarmack1984 merged 1 commit into
mainfrom
tooling/rustfmt

Conversation

@johncarmack1984

Copy link
Copy Markdown
Member

cargo fmt --all under default rustfmt -- the same no-config setup as every other Rust repo here. 21 files: 2-space to standard 4-space indent plus width rewraps, no logic changes (full just check + bindings-drift green locally). just rust-core now depends on fmt --check, so CI enforces it with no workflow change.

cargo fmt --all under default rustfmt (the same no-config setup every
other Rust repo here uses); the diff moves the tree from 2-space to
the ecosystem-standard 4-space indent plus width rewraps, 21 files.
`just rust-core` now depends on a fmt --check recipe, so CI enforces
formatting without a workflow change.
Comment thread apps/desktop/src-tauri/src/data.rs Dismissed
Comment thread apps/desktop/src-tauri/src/data.rs Dismissed
Comment thread apps/desktop/src-tauri/src/data.rs Dismissed
Comment thread apps/desktop/src-tauri/src/data.rs Dismissed
@johncarmack1984 johncarmack1984 merged commit 2ba005e into main Jul 7, 2026
8 checks passed
@johncarmack1984 johncarmack1984 deleted the tooling/rustfmt branch July 7, 2026 05:50
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.

2 participants