From 2f8dce44d3f2be74b5c6ec0a2e7f4ceced715328 Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 13 Jul 2022 10:33:30 +0200 Subject: initial import --- 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..fa0dbda --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,8 @@ +match_block_trailing_comma = true +use_small_heuristics = "Max" +# all of these are unstable +# blank_lines_upper_bound = 3 +# imports_granularity = "Crate" +# overflow_delimited_expr = true +# group_imports = "StdExternalCrate" +# use_field_init_shorthand = true -- cgit v1.2.3