From 3529e120694d3b9deb6eb2122e309efede0e3644 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 11 Jun 2020 14:51:18 -0400 Subject: format with rustfmt --- rustfmt.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..768d2e3 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,8 @@ +edition = "2018" +unstable_features = true +max_width = 80 +binop_separator = "Back" +inline_attribute_width = 80 +fn_params_layout = "Compressed" +hard_tabs = false +tab_spaces = 4 -- cgit v1.2.3