1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 22:01:50 +01:00
actix-web/rustfmt.toml

8 lines
183 B
TOML
Raw Normal View History

2018-04-13 16:02:01 -07:00
max_width = 89
reorder_imports = true
2018-04-28 22:55:47 -07:00
#reorder_imports_in_group = true
#reorder_imported_names = true
2018-04-13 16:02:01 -07:00
wrap_comments = true
fn_args_density = "Compressed"
2018-04-28 22:55:47 -07:00
use_small_heuristics = false