From 71ea023e5b8d7e535871c53384c59b464b70ef75 Mon Sep 17 00:00:00 2001 From: Naim A <227396+naim94a@users.noreply.github.com> Date: Wed, 6 May 2020 03:00:19 +0300 Subject: [PATCH] add rustfmt --- rustfmt.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..a846be7 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,7 @@ +edition = "2018" +brace_style = "PreferSameLine" +fn_args_layout = "compressed" +force_multiline_blocks = true +max_width = 125 +overflow_delimited_expr = true +use_field_init_shorthand = true