Add rustfmt.toml.

This commit is contained in:
sebcrozet 2018-11-06 18:32:31 +01:00
parent 8341ec2f10
commit 1866d59c4a
1 changed files with 3 additions and 0 deletions

3
rustfmt.toml Normal file
View File

@ -0,0 +1,3 @@
unstable_features = true
indent_style = "Block"
where_single_line = true