From 80ff87915c2d4af7ed22db125f5ba43b6d4595f1 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 21 Sep 2022 23:58:11 +0200 Subject: [PATCH] chore: add rustfmt.toml (#1) --- 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 000000000..8971d8abc --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,9 @@ +reorder_imports = true +imports_granularity = "Crate" +use_small_heuristics = "Max" +comment_width = 100 +wrap_comments = true +binop_separator = "Back" +trailing_comma = "Vertical" +trailing_semicolon = false +use_field_init_shorthand = true \ No newline at end of file