From 6996b19389701c1c8809827ec4349172302f12b1 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Fri, 19 Feb 2016 14:52:41 +0100 Subject: Add rustfmt config --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..bc654d8 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +single_line_if_else = true +normalise_comments = false +reorder_imports = true -- cgit v1.2.3