cursive/rustfmt.toml

10 lines
215 B
TOML
Raw Permalink Normal View History

edition = "2018"
fn_args_layout = "Tall"
format_code_in_doc_comments = true
2016-07-02 07:57:07 +00:00
max_width = 79
merge_derives = true
2016-07-02 07:57:07 +00:00
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_try_shorthand = true