From 7c22ba377dbf234798e6d81ce190333d3806bebe Mon Sep 17 00:00:00 2001 From: rasul Date: Sun, 6 Dec 2020 10:18:44 -0600 Subject: [PATCH] update rustfmt --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rustfmt.toml b/rustfmt.toml index ae0311c..fb4a098 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,5 @@ +max_width = 100 hard_tabs = true newline_style = "unix" use_try_shorthand = true +edition = "2018"