zoxide/rustfmt.toml

11 lines
250 B
TOML
Raw Normal View History

2022-09-16 16:54:46 +00:00
comment_width = 100
group_imports = "StdExternalCrate"
imports_granularity = "Module"
2021-09-12 21:36:21 +00:00
max_width = 120
newline_style = "Native"
use_field_init_shorthand = true
use_small_heuristics = "Max"
use_try_shorthand = true
2022-09-16 16:54:46 +00:00
wrap_comments = true
version = "Two"