From 164fb9b294a00ca7b953e969eaf693b573133ba9 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 26 Jun 2017 09:09:26 +0200 Subject: [PATCH] Add rustfmt.toml --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 000000000..e83febb97 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 80 +ideal_width = 74