Add rustfmt.toml.

This commit is contained in:
Ms2ger 2017-01-03 13:56:39 +01:00
parent 955e2851bf
commit b214c3c1da

7
rustfmt.toml Normal file
View file

@ -0,0 +1,7 @@
ideal_width = 80
match_block_trailing_comma = true
max_width = 120
newline_style = "Unix"
normalize_comments = false
struct_lit_multiline_style = "ForceMulti"
where_trailing_comma = true