summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml8
1 files changed, 8 insertions, 0 deletions
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