1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00:00
actix-web/rustfmt.toml

8 lines
183 B
TOML
Raw Normal View History

2018-04-13 23:02:01 +00:00
max_width = 89
reorder_imports = true
2018-04-29 05:55:47 +00:00
#reorder_imports_in_group = true
#reorder_imported_names = true
2018-04-13 23:02:01 +00:00
wrap_comments = true
fn_args_density = "Compressed"
2018-04-29 05:55:47 +00:00
use_small_heuristics = false