1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/rustfmt.toml

8 lines
183 B
TOML
Raw Normal View History

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