From ed15511ac3ace940956c6c72a61387d37f035160 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Tue, 2 May 2017 04:03:51 +0200 Subject: [PATCH] Add rustfmt.toml --- src/rust/.rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/rust/.rustfmt.toml diff --git a/src/rust/.rustfmt.toml b/src/rust/.rustfmt.toml new file mode 100644 index 00000000000..f25bd51883e --- /dev/null +++ b/src/rust/.rustfmt.toml @@ -0,0 +1,2 @@ +max_width = 80 +comment_width = 80