From 0d92ac74d1dbb63c6d876d0a00f63961565e4c00 Mon Sep 17 00:00:00 2001 From: awiouy Date: Sun, 11 Feb 2018 12:14:09 +0100 Subject: [PATCH] Add rustfmt.toml --- rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..627f7c40 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +max_width = 105 +reorder_imports = true +reorder_imports_in_group = true +reorder_modules = true