Skip to content

Commit

Permalink
cargo make fmt should run once for the whole workspace (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgiy-Tugai authored Nov 11, 2024
1 parent e1ae763 commit eda8d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ workspace = false
description = "Format the code in the flecs_ecs project using cargo fmt with nightly"
command = "rustup"
args = ["run", "nightly", "cargo", "fmt", "--", "--config", "format_code_in_doc_comments=true"]

workspace = false


0 comments on commit eda8d1f

Please sign in to comment.