diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml index cf5c1b606d..848158b48e 100644 --- a/rust/rustfmt.toml +++ b/rust/rustfmt.toml @@ -1,2 +1,4 @@ # Rust format configuration file. If empty, then this is a message that # we expect the default formatting rules to be used. + +fn_args_layout = "compressed"