rustfmt.toml: set to 80 char line width

The rustfmt default is 100, set to 80 to be more inline with
the Suricata C code.
pull/3487/head
Jason Ish 8 years ago committed by Victor Julien
parent 9636b9de32
commit 7682b1ba74

@ -0,0 +1,2 @@
# Rust default is 100. Use 80 to bring in line with Suricata C code.
max_width = 80
Loading…
Cancel
Save