From 49ad13cabffccb298eebdc76a10b076f46e78efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 2 Oct 2025 10:18:47 +0300 Subject: [PATCH] Reformat code after rustc-pull --- josh-sync.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/josh-sync.toml b/josh-sync.toml index 51ff0d71e7..a12cfa1b5c 100644 --- a/josh-sync.toml +++ b/josh-sync.toml @@ -1,2 +1,6 @@ repo = "rust-analyzer" filter = ":rev(55d9a533b309119c8acd13061581b43ae8840823:prefix=src/tools/rust-analyzer):/src/tools/rust-analyzer" + +[[post-pull]] +cmd = ["cargo", "fmt"] +commit-message = "Format code"