Configure rustfmt

This commit is contained in:
Mads Marquart 2022-07-10 17:15:33 +02:00
parent 02f5d6aa87
commit fd1a3ce26d

5
rustfmt.toml Normal file
View file

@ -0,0 +1,5 @@
max_width = 130
match_block_trailing_comma = true
# Nightly
overflow_delimited_expr = true