From: Philippe Antoine Date: Wed, 8 Apr 2020 09:43:33 +0000 (+0200) Subject: style: compressed function headers for rustfmt X-Git-Tag: suricata-6.0.0-beta1~415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3c4785257629382b7a412bd3161001944140e4;p=thirdparty%2Fsuricata.git style: compressed function headers for rustfmt --- 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"