mirror of
https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git
synced 2025-12-28 18:42:18 +01:00
Add .rustfmt.toml
This commit is contained in:
parent
9bdb348fa5
commit
0a3c2cb325
1 changed files with 9 additions and 0 deletions
9
.rustfmt.toml
Normal file
9
.rustfmt.toml
Normal 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
|
||||||
Loading…
Reference in a new issue