From 8f66f39b29ff438d8caaf813f5486efc707595fb Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 27 Aug 2019 10:19:09 -0600 Subject: [PATCH] rustfmt: use default rustfmt configuration Remove our config that limited line length to 80 columns. --- rust/rustfmt.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3