diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml index 4976f5ad9a..cf5c1b606d 100644 --- a/rust/rustfmt.toml +++ b/rust/rustfmt.toml @@ -1,2 +1,2 @@ -# Rust default is 100. Use 80 to bring in line with Suricata C code. -max_width = 80 +# Rust format configuration file. If empty, then this is a message that +# we expect the default formatting rules to be used.