From 106c42ae501690d64a6b25392b606b3f2eff8005 Mon Sep 17 00:00:00 2001 From: Adam Gemmell Date: Tue, 8 Sep 2026 15:19:05 +0100 Subject: [PATCH] Run cargo fmt on JOSH syncs --- josh-sync.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/josh-sync.toml b/josh-sync.toml index ebdb457628..eeeb82659a 100644 --- a/josh-sync.toml +++ b/josh-sync.toml @@ -1,3 +1,7 @@ org = "rust-lang" repo = "stdarch" path = "library/stdarch" + +[[post-pull]] +cmd = ["cargo", "fmt"] +commit-message = "Run `cargo fmt`"