From c2300bb8c706fffb03d4c704016efc0cb58aaa1a Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 2 Jul 2016 00:57:07 -0700 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 0000000..0dc5737 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +max_width = 79 +reorder_imports = true +fn_args_density = "Compressed" +