From 5bf9acbdfc2c25e58aa6411a4b6804216a395ef5 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Mon, 5 Jun 2017 10:52:50 +0200 Subject: [PATCH] Add rustfmt --- 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 0000000..5bcb444 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 100 +error_on_line_overflow = false \ No newline at end of file