mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
418fda99ba
Now uses nightly rustfmt.
10 lines
215 B
TOML
10 lines
215 B
TOML
edition = "2018"
|
|
fn_args_layout = "Tall"
|
|
format_code_in_doc_comments = true
|
|
max_width = 79
|
|
merge_derives = true
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|