From 20e90fe977041f38b9e8d15a8a06098e0cb264f0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 5 Oct 2016 14:44:46 -0600 Subject: [PATCH] Proposed rustfmt file --- 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..6776cef --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 200 +ideal_width = 100 +fn_call_width = 80 +wrap_match_arms = false +write_mode = "Overwrite"