1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 20:42:18 +01:00

Add .rustfmt.toml

This commit is contained in:
Thomas Gatzweiler 2017-07-15 15:59:11 +02:00
parent 9bdb348fa5
commit 0a3c2cb325

9
.rustfmt.toml Normal file
View file

@ -0,0 +1,9 @@
chain_split_single_child = true
closure_block_indent_threshold = 1
wrap_comments = true
control_brace_style = "ClosingNextLine"
max_width = 80
reorder_imported_names = true
reorder_imports = true
reorder_imports_in_group = true
use_try_shorthand = true