From: Jason Ish Date: Tue, 27 Aug 2019 16:19:09 +0000 (-0600) Subject: rustfmt: use default rustfmt configuration X-Git-Tag: suricata-5.0.0-rc1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f66f39b29ff438d8caaf813f5486efc707595fb;p=thirdparty%2Fsuricata.git rustfmt: use default rustfmt configuration Remove our config that limited line length to 80 columns. --- 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.