From 0a3c2cb32557cc462891ab7f544195e1cd129335 Mon Sep 17 00:00:00 2001 From: Thomas Gatzweiler Date: Sat, 15 Jul 2017 15:59:11 +0200 Subject: [PATCH] Add .rustfmt.toml --- .rustfmt.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..67befda --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,9 @@ +chain_split_single_child = true +closure_block_indent_threshold = 1 +wrap_comments = true +control_brace_style = "ClosingNextLine" +max_width = 80 +reorder_imported_names = true +reorder_imports = true +reorder_imports_in_group = true +use_try_shorthand = true \ No newline at end of file