]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rustfmt: use default rustfmt configuration
authorJason Ish <jason.ish@oisf.net>
Tue, 27 Aug 2019 16:19:09 +0000 (10:19 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 30 Aug 2019 15:17:29 +0000 (09:17 -0600)
Remove our config that limited line length to 80 columns.

rust/rustfmt.toml

index 4976f5ad9a8fd5091211576b1fd44062eee9f27c..cf5c1b606de94a32a4d244d3db8c08d9537cdff1 100644 (file)
@@ -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.