rustfmt - tweak brace style

This commit is contained in:
Greg 2019-04-07 11:31:02 -04:00
parent 060b7bb8a4
commit c05140b3c2
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2

View file

@ -2,9 +2,9 @@ edition = "2018"
max_width = 80
wrap_comments = true
control_brace_style = "ClosingNextLine"
brace_style = "PreferSameLine"
format_strings = true
merge_imports = true
match_block_trailing_comma = true
reorder_impl_items = true
use_field_init_shorthand = true