zoxide/rustfmt.toml

9 lines
214 B
TOML
Raw Normal View History

2022-09-16 22:24:46 +05:30
group_imports = "StdExternalCrate"
imports_granularity = "Module"
newline_style = "Native"
use_field_init_shorthand = true
use_small_heuristics = "Max"
use_try_shorthand = true
2022-09-16 22:24:46 +05:30
wrap_comments = true
version = "Two"