From 94df239c054eb77a88d8c3c4fa9697795c46b5d4 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 29 Jul 2026 03:15:43 +0900 Subject: [PATCH] fmt: set prefer_compact to "none" Keeps events, errors, emit and revert on the same one-per-line multiline style as multiline_func_header = "all", rather than packing a broken list onto a single continuation line. Closes #68. Co-Authored-By: Claude Opus 5 (1M context) --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index a3c5d59..f4365bc 100644 --- a/foundry.toml +++ b/foundry.toml @@ -28,6 +28,7 @@ line_length = 120 multiline_func_header = "all" number_underscore = "thousands" + prefer_compact = "none" quote_style = "double" tab_width = 4 wrap_comments = true