]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
style: compressed function headers for rustfmt
authorPhilippe Antoine <contact@catenacyber.fr>
Wed, 8 Apr 2020 09:43:33 +0000 (11:43 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 22 May 2020 06:40:01 +0000 (08:40 +0200)
rust/rustfmt.toml

index cf5c1b606de94a32a4d244d3db8c08d9537cdff1..848158b48e0fa9a00020a96d873d19df47a6cb5c 100644 (file)
@@ -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"