cursive/rustfmt.toml

6 lines
88 B
TOML
Raw Normal View History

2018-01-22 19:55:56 +00:00
unstable_features = true
2016-07-02 07:57:07 +00:00
max_width = 79
reorder_imports = true
2019-07-30 23:08:05 +00:00
fn_args_layout = "Tall"
2016-07-02 07:57:07 +00:00