From eda8d1f926e2cf404086ad5d412ad28fd8b5da59 Mon Sep 17 00:00:00 2001 From: Georgiy Tugai <3786806+Georgiy-Tugai@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:42:18 +0100 Subject: [PATCH] cargo make fmt should run once for the whole workspace (#202) --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 7d7355ab..56c085e2 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -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