cursive/rustfmt.toml
Alexandre Bury 418fda99ba Update rustfmt config
Now uses nightly rustfmt.
2020-12-18 14:07:47 -08:00

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