From 4ca57ddd83ed8e80058987731dc8c2d2541aace6 Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 24 Aug 2019 17:43:06 -0500 Subject: [PATCH] rustfmt --- rustfmt.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..fb4a098 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 100 +hard_tabs = true +newline_style = "unix" +use_try_shorthand = true +edition = "2018"