Skip to content

style: add rustfmt.toml, apply cargo fmt, and add justfile#169

Open
arhtur007 wants to merge 2 commits intoopenabdev:mainfrom
arhtur007:aw/rustfmt
Open

style: add rustfmt.toml, apply cargo fmt, and add justfile#169
arhtur007 wants to merge 2 commits intoopenabdev:mainfrom
arhtur007:aw/rustfmt

Conversation

@arhtur007
Copy link
Copy Markdown

@arhtur007 arhtur007 commented Apr 9, 2026

Description

  • Establish formatting baseline with rustfmt defaults so future changes don't mix logic and formatting diffs.
  • Add justfile with just fmt (auto-format) and just lint (fmt check + clippy) commands for local development.
  • No CI workflow added — GitHub Actions runner minutes are limited for open source projects, and a PR-only check would consume quota quickly. Contributors are encouraged to run just lint locally before submitting PRs.

Contributing Note

Consider adding the following to the contributing guide:

  • Run just fmt to auto-format code before committing.
  • Run just lint to verify formatting and catch common issues (runs cargo fmt --check + cargo clippy).

Establish formatting baseline with rustfmt defaults so future
changes don't mix logic and formatting diffs.
@arhtur007 arhtur007 requested a review from thepagent as a code owner April 9, 2026 16:47
@arhtur007 arhtur007 changed the title style: add rustfmt.toml and apply cargo fmt style: add rustfmt.toml, apply cargo fmt, and add justfile Apr 10, 2026
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.

1 participant