1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-09 05:15:37 +01:00
actix-extras/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