Add rustfmt.toml

This commit is contained in:
Fabian 2018-07-05 12:52:56 -06:00
parent c8b8835428
commit 9bf49105ec

6
.rustfmt.toml Normal file
View file

@ -0,0 +1,6 @@
normalize_comments = true
use_field_init_shorthand = true
match_block_trailing_comma = true
fn_single_line = true
imports_indent = "Block"
control_brace_style = "ClosingNextLine"